Searched refs:AllowForRangeDecl (Results 1 – 2 of 2) sorted by relevance
136 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() argument185 TPR = TryParseSimpleDeclaration(AllowForRangeDecl); in isCXXSimpleDeclaration()276 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { in TryParseSimpleDeclaration() argument298 if (Tok.isNot(tok::semi) && (!AllowForRangeDecl || Tok.isNot(tok::colon))) in TryParseSimpleDeclaration()
2674 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);2762 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);