Searched refs:AllowForRangeDecl (Results 1 – 2 of 2) sorted by relevance
127 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() argument176 TPR = TryParseSimpleDeclaration(AllowForRangeDecl); in isCXXSimpleDeclaration()267 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { in TryParseSimpleDeclaration() argument287 if (Tok.isNot(tok::semi) && (!AllowForRangeDecl || Tok.isNot(tok::colon))) in TryParseSimpleDeclaration()
2561 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);2649 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);