Searched refs:ExceptionSpecTokens (Results 1 – 7 of 7) sorted by relevance
397 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration()436 CachedTokens *ExceptionSpecTokens; in ParseLexedMethodDeclaration() local442 ExceptionSpecTokens); in ParseLexedMethodDeclaration()465 LM.ExceptionSpecTokens = nullptr; in ParseLexedMethodDeclaration()
1990 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()1991 FTI.ExceptionSpecTokens = nullptr; in HandleMemberFunctionDeclDelays()3353 CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument3355 ExceptionSpecTokens = nullptr; in tryParseExceptionSpecification()3381 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification()3382 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()3383 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification()3386 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification()3389 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation()); in tryParseExceptionSpecification()
1180 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local1186 ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
5598 CachedTokens *ExceptionSpecTokens = nullptr; in ParseFunctionDeclarator() local5702 ExceptionSpecTokens); in ParseFunctionDeclarator()5742 ExceptionSpecTokens, in ParseFunctionDeclarator()
175 CachedTokens *ExceptionSpecTokens, in getFunction() argument255 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
1300 CachedTokens *ExceptionSpecTokens; member1328 delete ExceptionSpecTokens; in destroy() local1545 CachedTokens *ExceptionSpecTokens,
1024 ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()1047 CachedTokens *ExceptionSpecTokens; member1563 CachedTokens *&ExceptionSpecTokens);