Searched refs:ExceptionSpecTokens (Results 1 – 7 of 7) sorted by relevance
393 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration()432 CachedTokens *ExceptionSpecTokens; in ParseLexedMethodDeclaration() local438 ExceptionSpecTokens); in ParseLexedMethodDeclaration()461 LM.ExceptionSpecTokens = nullptr; in ParseLexedMethodDeclaration()
1929 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()1930 FTI.ExceptionSpecTokens = 0; in HandleMemberFunctionDeclDelays()3254 CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument3256 ExceptionSpecTokens = 0; in tryParseExceptionSpecification()3282 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification()3283 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()3284 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification()3287 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification()
1113 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local1119 ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
5293 CachedTokens *ExceptionSpecTokens = 0; in ParseFunctionDeclarator() local5397 ExceptionSpecTokens); in ParseFunctionDeclarator()5437 ExceptionSpecTokens, in ParseFunctionDeclarator()
185 CachedTokens *ExceptionSpecTokens, in getFunction() argument264 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
1255 CachedTokens *ExceptionSpecTokens; member1283 delete ExceptionSpecTokens; in destroy() local1481 CachedTokens *ExceptionSpecTokens,
980 ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()1003 CachedTokens *ExceptionSpecTokens; member1468 CachedTokens *&ExceptionSpecTokens);