Searched refs:AllowForRangeDecl (Results 1 – 2 of 2) sorted by relevance
82 bool Parser::isCXXSimpleDeclaration(bool AllowForRangeDecl) { in isCXXSimpleDeclaration() argument130 TPR = TryParseSimpleDeclaration(AllowForRangeDecl); in isCXXSimpleDeclaration()231 Parser::TPResult Parser::TryParseSimpleDeclaration(bool AllowForRangeDecl) { in TryParseSimpleDeclaration() argument251 if (Tok.isNot(tok::semi) && (!AllowForRangeDecl || Tok.isNot(tok::colon))) in TryParseSimpleDeclaration()
1867 bool isCXXSimpleDeclaration(bool AllowForRangeDecl);1936 TPResult TryParseSimpleDeclaration(bool AllowForRangeDecl);