Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp88 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() argument
137 TPR = TryParseSimpleDeclaration(AllowForRangeDecl); in isCXXSimpleDeclaration()
226 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { in TryParseSimpleDeclaration() argument
246 if (Tok.isNot(tok::semi) && (!AllowForRangeDecl || Tok.isNot(tok::colon))) in TryParseSimpleDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2456 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);
2541 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);