Home
last modified time | relevance | path

Searched refs:ExceptionSpecTokens (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp427 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration()
468 CachedTokens *ExceptionSpecTokens; in ParseLexedMethodDeclaration() local
474 ExceptionSpecTokens); in ParseLexedMethodDeclaration()
497 LM.ExceptionSpecTokens = nullptr; in ParseLexedMethodDeclaration()
H A DParseDeclCXX.cpp2228 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()
2229 FTI.ExceptionSpecTokens = nullptr; in HandleMemberFunctionDeclDelays()
3678 CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument
3680 ExceptionSpecTokens = nullptr; in tryParseExceptionSpecification()
3706 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification()
3707 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
3708 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification()
3711 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification()
3714 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation()); in tryParseExceptionSpecification()
H A DParseExprCXX.cpp1349 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local
1352 DynamicExceptionRanges, NoexceptExpr, ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
H A DParseDecl.cpp6511 CachedTokens *ExceptionSpecTokens = nullptr; in ParseFunctionDeclarator() local
6607 ExceptionSpecTokens); in ParseFunctionDeclarator()
6657 ExceptionSpecTokens, DeclsInPrototype, StartLoc, in ParseFunctionDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp177 CachedTokens *ExceptionSpecTokens, in getFunction() argument
276 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1360 CachedTokens *ExceptionSpecTokens; member
1400 delete ExceptionSpecTokens; in destroy() local
1639 CachedTokens *ExceptionSpecTokens,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1364 : Self(P), Method(M), ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()
1382 CachedTokens *ExceptionSpecTokens; member
1933 CachedTokens *&ExceptionSpecTokens);