Searched refs:ExceptionSpecTokens (Results 1 – 7 of 7) sorted by relevance
388 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration()427 CachedTokens *ExceptionSpecTokens; in ParseLexedMethodDeclaration() local433 ExceptionSpecTokens); in ParseLexedMethodDeclaration()456 LM.ExceptionSpecTokens = nullptr; in ParseLexedMethodDeclaration()
1930 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()1931 FTI.ExceptionSpecTokens = 0; in HandleMemberFunctionDeclDelays()3280 CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument3282 ExceptionSpecTokens = 0; in tryParseExceptionSpecification()3308 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification()3309 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()3310 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification()3313 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification()
1112 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local1118 ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
5473 CachedTokens *ExceptionSpecTokens = 0; in ParseFunctionDeclarator() local5577 ExceptionSpecTokens); in ParseFunctionDeclarator()5617 ExceptionSpecTokens, in ParseFunctionDeclarator()
185 CachedTokens *ExceptionSpecTokens, in getFunction() argument264 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
1278 CachedTokens *ExceptionSpecTokens; member1306 delete ExceptionSpecTokens; in destroy() local1504 CachedTokens *ExceptionSpecTokens,
1001 ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()1024 CachedTokens *ExceptionSpecTokens; member1539 CachedTokens *&ExceptionSpecTokens);