Searched refs:ExceptionSpecTokens (Results 1 – 7 of 7) sorted by relevance
386 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration()427 CachedTokens *ExceptionSpecTokens; in ParseLexedMethodDeclaration() local433 ExceptionSpecTokens); in ParseLexedMethodDeclaration()456 LM.ExceptionSpecTokens = nullptr; in ParseLexedMethodDeclaration()
2152 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()2153 FTI.ExceptionSpecTokens = nullptr; in HandleMemberFunctionDeclDelays()3535 CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument3537 ExceptionSpecTokens = nullptr; in tryParseExceptionSpecification()3563 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification()3564 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()3565 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification()3568 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification()3571 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation()); in tryParseExceptionSpecification()
1174 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local1180 ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
6080 CachedTokens *ExceptionSpecTokens = nullptr; in ParseFunctionDeclarator() local6192 ExceptionSpecTokens); in ParseFunctionDeclarator()6241 ExceptionSpecTokens, DeclsInPrototype, StartLoc, in ParseFunctionDeclarator()
169 CachedTokens *ExceptionSpecTokens, in getFunction() argument264 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
1333 CachedTokens *ExceptionSpecTokens; member1369 delete ExceptionSpecTokens; in destroy() local1606 CachedTokens *ExceptionSpecTokens,
1191 ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()1214 CachedTokens *ExceptionSpecTokens; member1759 CachedTokens *&ExceptionSpecTokens);