Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp441 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration()
483 CachedTokens *ExceptionSpecTokens; in ParseLexedMethodDeclaration() local
489 ExceptionSpecTokens); in ParseLexedMethodDeclaration()
512 LM.ExceptionSpecTokens = nullptr; in ParseLexedMethodDeclaration()
H A DParseDeclCXX.cpp2260 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()
2261 FTI.ExceptionSpecTokens = nullptr; in HandleMemberFunctionDeclDelays()
3779 ExprResult &NoexceptExpr, CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument
3781 ExceptionSpecTokens = nullptr; in tryParseExceptionSpecification()
3807 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification()
3808 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
3809 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification()
3812 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification()
3815 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.cpp6700 CachedTokens *ExceptionSpecTokens = nullptr; in ParseFunctionDeclarator() local
6799 ExceptionSpecTokens); in ParseFunctionDeclarator()
6848 ExceptionSpecTokens, DeclsInPrototype, StartLoc, in ParseFunctionDeclarator()
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp177 CachedTokens *ExceptionSpecTokens, in getFunction() argument
276 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1361 CachedTokens *ExceptionSpecTokens; member
1401 delete ExceptionSpecTokens; in destroy() local
1640 CachedTokens *ExceptionSpecTokens,
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1381 : Self(P), Method(M), ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()
1399 CachedTokens *ExceptionSpecTokens; member
1953 CachedTokens *&ExceptionSpecTokens);