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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp64 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);
79 /// (if AllowForRangeDecl specified)
88 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { argument
137 TPR = TryParseSimpleDeclaration(AllowForRangeDecl);
221 /// (if AllowForRangeDecl specified)
226 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { argument
246 if (Tok.isNot(tok::semi) && (!AllowForRangeDecl || Tok.isNot(tok::colon)))
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2397 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/true);
2456 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);
2541 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);

Completed in 209 milliseconds