Searched refs:ExceptionSpecTokens (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 441 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 D | ParseDeclCXX.cpp | 2349 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays() 2350 FTI.ExceptionSpecTokens = nullptr; in HandleMemberFunctionDeclDelays() 3871 ExprResult &NoexceptExpr, CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument 3873 ExceptionSpecTokens = nullptr; in tryParseExceptionSpecification() 3899 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification() 3900 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification() 3901 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification() 3904 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification() 3907 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation()); in tryParseExceptionSpecification()
|
| H A D | ParseExprCXX.cpp | 1402 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local 1405 DynamicExceptionRanges, NoexceptExpr, ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseDecl.cpp | 6854 CachedTokens *ExceptionSpecTokens = nullptr; in ParseFunctionDeclarator() local 6952 ExceptionSpecTokens); in ParseFunctionDeclarator() 7001 ExceptionSpecTokens, DeclsInPrototype, StartLoc, in ParseFunctionDeclarator()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 178 CachedTokens *ExceptionSpecTokens, in getFunction() argument 277 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1383 CachedTokens *ExceptionSpecTokens; member 1423 delete ExceptionSpecTokens; in destroy() local 1662 CachedTokens *ExceptionSpecTokens,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 1399 : Self(P), Method(M), ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration() 1417 CachedTokens *ExceptionSpecTokens; member 1968 CachedTokens *&ExceptionSpecTokens);
|