Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp2629 bool ExpectSemi = true; in ParseCXXClassMemberDeclaration() local
2862 ExpectSemi = false; in ParseCXXClassMemberDeclaration()
2881 if (ExpectSemi && in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp2048 bool ExpectSemi = Context != DeclaratorContext::ForContext; in ParseDeclGroup() local
2054 if (Tok.isAtStartOfLine() && ExpectSemi && !MightBeDeclarator(Context)) { in ParseDeclGroup()
2060 ExpectSemi = false; in ParseDeclGroup()
2093 if (ExpectSemi && in ParseDeclGroup()