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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp65 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/false);
78 /// (if AllowForRangeDecl specified)
82 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { argument
130 TPR = TryParseSimpleDeclaration(AllowForRangeDecl);
224 /// (if AllowForRangeDecl specified)
229 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { argument
249 if (Tok.isNot(tok::semi) && (!AllowForRangeDecl || Tok.isNot(tok::colon)))
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1718 return isCXXSimpleDeclaration(/*AllowForRangeDecl=*/true);
1763 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);
1849 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);

Completed in 103 milliseconds