Searched refs:AllowForRangeDecl (Results 1 – 2 of 2) sorted by relevance
85 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() argument134 TPR = TryParseSimpleDeclaration(AllowForRangeDecl); in isCXXSimpleDeclaration()215 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { in TryParseSimpleDeclaration() argument237 if (Tok.isNot(tok::semi) && (!AllowForRangeDecl || Tok.isNot(tok::colon))) in TryParseSimpleDeclaration()
8457 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);8705 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);