Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp386 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration()
427 CachedTokens *ExceptionSpecTokens; in ParseLexedMethodDeclaration() local
433 ExceptionSpecTokens); in ParseLexedMethodDeclaration()
456 LM.ExceptionSpecTokens = nullptr; in ParseLexedMethodDeclaration()
H A DParseDeclCXX.cpp2152 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()
2153 FTI.ExceptionSpecTokens = nullptr; in HandleMemberFunctionDeclDelays()
3535 CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument
3537 ExceptionSpecTokens = nullptr; in tryParseExceptionSpecification()
3563 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification()
3564 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
3565 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification()
3568 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification()
3571 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation()); in tryParseExceptionSpecification()
H A DParseExprCXX.cpp1174 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local
1180 ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
H A DParseDecl.cpp6080 CachedTokens *ExceptionSpecTokens = nullptr; in ParseFunctionDeclarator() local
6192 ExceptionSpecTokens); in ParseFunctionDeclarator()
6241 ExceptionSpecTokens, DeclsInPrototype, StartLoc, in ParseFunctionDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp169 CachedTokens *ExceptionSpecTokens, in getFunction() argument
264 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1333 CachedTokens *ExceptionSpecTokens; member
1369 delete ExceptionSpecTokens; in destroy() local
1606 CachedTokens *ExceptionSpecTokens,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1191 ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()
1214 CachedTokens *ExceptionSpecTokens; member
1759 CachedTokens *&ExceptionSpecTokens);