Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp2876 bool ExpectSemi = true; in ParseCXXClassMemberDeclaration() local
3134 ExpectSemi = false; in ParseCXXClassMemberDeclaration()
3157 if (ExpectSemi && in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp2204 bool ExpectSemi = Context != DeclaratorContext::ForInit; in ParseDeclGroup() local
2210 if (Tok.isAtStartOfLine() && ExpectSemi && !MightBeDeclarator(Context)) { in ParseDeclGroup()
2216 ExpectSemi = false; in ParseDeclGroup()
2259 if (ExpectSemi && ExpectAndConsumeSemi( in ParseDeclGroup()