Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp2401 bool ExpectSemi = true; in ParseCXXClassMemberDeclaration() local
2634 ExpectSemi = false; in ParseCXXClassMemberDeclaration()
2653 if (ExpectSemi && in ParseCXXClassMemberDeclaration()
HDParseDecl.cpp1821 bool ExpectSemi = Context != Declarator::ForContext; in ParseDeclGroup() local
1827 if (Tok.isAtStartOfLine() && ExpectSemi && !MightBeDeclarator(Context)) { in ParseDeclGroup()
1833 ExpectSemi = false; in ParseDeclGroup()
1866 if (ExpectSemi && in ParseDeclGroup()