Home
last modified time | relevance | path

Searched refs:ExpectSemi (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp2723 bool ExpectSemi = true; in ParseCXXClassMemberDeclaration() local
2967 ExpectSemi = false; in ParseCXXClassMemberDeclaration()
2990 if (ExpectSemi && in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp2093 bool ExpectSemi = Context != DeclaratorContext::ForInit; in ParseDeclGroup() local
2099 if (Tok.isAtStartOfLine() && ExpectSemi && !MightBeDeclarator(Context)) { in ParseDeclGroup()
2105 ExpectSemi = false; in ParseDeclGroup()
2144 if (ExpectSemi && ExpectAndConsumeSemi( in ParseDeclGroup()