Searched refs:ExpectSemi (Results 1 – 2 of 2) sorted by relevance
2629 bool ExpectSemi = true; in ParseCXXClassMemberDeclaration() local2862 ExpectSemi = false; in ParseCXXClassMemberDeclaration()2881 if (ExpectSemi && in ParseCXXClassMemberDeclaration()
2048 bool ExpectSemi = Context != DeclaratorContext::ForContext; in ParseDeclGroup() local2054 if (Tok.isAtStartOfLine() && ExpectSemi && !MightBeDeclarator(Context)) { in ParseDeclGroup()2060 ExpectSemi = false; in ParseDeclGroup()2093 if (ExpectSemi && in ParseDeclGroup()