Searched refs:MightBeDeclarator (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1602 bool MightBeDeclarator(unsigned Context);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp1436 bool Parser::MightBeDeclarator(unsigned Context) { function in class:Parser
1687 if (Tok.isAtStartOfLine() && ExpectSemi && !MightBeDeclarator(Context)) {
4394 /// made to TryParseDeclarator and MightBeDeclarator, and possibly to
H A DParseDeclCXX.cpp2318 !MightBeDeclarator(Declarator::MemberContext)) {

Completed in 197 milliseconds