Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseTentative.cpp82 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() argument
131 TPR = TryParseSimpleDeclaration(AllowForRangeDecl); in isCXXSimpleDeclaration()
232 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { in TryParseSimpleDeclaration() argument
252 if (Tok.isNot(tok::semi) && (!AllowForRangeDecl || Tok.isNot(tok::colon))) in TryParseSimpleDeclaration()
/external/clang/include/clang/Parse/
DParser.h1978 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);
2054 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);