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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1853 bool Parser::MightBeDeclarator(DeclaratorContext Context) { function in class:Parser
2142 if (Tok.isAtStartOfLine() && ExpectSemi && !MightBeDeclarator(Context)) {
2912 bool MightBeDeclarator = true; local
2915 MightBeDeclarator = false;
2922 MightBeDeclarator = false;
2931 MightBeDeclarator = false;
2956 MightBeDeclarator = false;
2972 if (MightBeDeclarator)
5600 /// made to TryParseDeclarator and MightBeDeclarator, and possibly to
H A DParseDeclCXX.cpp2906 !MightBeDeclarator(DeclaratorContext::MemberContext)) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2191 bool MightBeDeclarator(DeclaratorContext Context);

Completed in 91 milliseconds