Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp2268 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()
2269 FTI.ExceptionSpecTokens = nullptr; in HandleMemberFunctionDeclDelays()
3769 CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument
3771 ExceptionSpecTokens = nullptr; in tryParseExceptionSpecification()
3797 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification()
3798 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
3799 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification()
3802 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification()
3805 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.cpp6528 CachedTokens *ExceptionSpecTokens = nullptr; in ParseFunctionDeclarator() local
6624 ExceptionSpecTokens); in ParseFunctionDeclarator()
6674 ExceptionSpecTokens, DeclsInPrototype, StartLoc, in ParseFunctionDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp177 CachedTokens *ExceptionSpecTokens, in getFunction() argument
276 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1360 CachedTokens *ExceptionSpecTokens; member
1400 delete ExceptionSpecTokens; in destroy() local
1639 CachedTokens *ExceptionSpecTokens,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1365 : Self(P), Method(M), ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()
1383 CachedTokens *ExceptionSpecTokens; member
1935 CachedTokens *&ExceptionSpecTokens);