Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp2923 bool ExpectSemi = true; in ParseCXXClassMemberDeclaration() local
3183 ExpectSemi = false; in ParseCXXClassMemberDeclaration()
3206 if (ExpectSemi && in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp2345 bool ExpectSemi = Context != DeclaratorContext::ForInit; in ParseDeclGroup() local
2351 if (Tok.isAtStartOfLine() && ExpectSemi && !MightBeDeclarator(Context)) { in ParseDeclGroup()
2357 ExpectSemi = false; in ParseDeclGroup()
2400 if (ExpectSemi && ExpectAndConsumeSemi( in ParseDeclGroup()