Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp397 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration()
436 CachedTokens *ExceptionSpecTokens; in ParseLexedMethodDeclaration() local
442 ExceptionSpecTokens); in ParseLexedMethodDeclaration()
465 LM.ExceptionSpecTokens = nullptr; in ParseLexedMethodDeclaration()
DParseDeclCXX.cpp1990 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()
1991 FTI.ExceptionSpecTokens = nullptr; in HandleMemberFunctionDeclDelays()
3353 CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument
3355 ExceptionSpecTokens = nullptr; in tryParseExceptionSpecification()
3381 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification()
3382 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
3383 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification()
3386 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification()
3389 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation()); in tryParseExceptionSpecification()
DParseExprCXX.cpp1180 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local
1186 ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
DParseDecl.cpp5598 CachedTokens *ExceptionSpecTokens = nullptr; in ParseFunctionDeclarator() local
5702 ExceptionSpecTokens); in ParseFunctionDeclarator()
5742 ExceptionSpecTokens, in ParseFunctionDeclarator()
/external/llvm-project/clang/lib/Parse/
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()
DParseDeclCXX.cpp2207 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()
2208 FTI.ExceptionSpecTokens = nullptr; in HandleMemberFunctionDeclDelays()
3665 CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument
3667 ExceptionSpecTokens = nullptr; in tryParseExceptionSpecification()
3693 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification()
3694 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
3695 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification()
3698 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification()
3701 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation()); in tryParseExceptionSpecification()
DParseExprCXX.cpp1364 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local
1370 ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
DParseDecl.cpp6451 CachedTokens *ExceptionSpecTokens = nullptr; in ParseFunctionDeclarator() local
6547 ExceptionSpecTokens); in ParseFunctionDeclarator()
6597 ExceptionSpecTokens, DeclsInPrototype, StartLoc, in ParseFunctionDeclarator()
/external/clang/lib/Sema/
DDeclSpec.cpp175 CachedTokens *ExceptionSpecTokens, in getFunction() argument
255 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp177 CachedTokens *ExceptionSpecTokens, in getFunction() argument
275 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1349 CachedTokens *ExceptionSpecTokens; member
1389 delete ExceptionSpecTokens; in destroy() local
1637 CachedTokens *ExceptionSpecTokens,
/external/clang/include/clang/Parse/
DParser.h1024 ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()
1047 CachedTokens *ExceptionSpecTokens; member
1563 CachedTokens *&ExceptionSpecTokens);
/external/llvm-project/clang/include/clang/Parse/
DParser.h1361 : Self(P), Method(M), ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()
1379 CachedTokens *ExceptionSpecTokens; member
1951 CachedTokens *&ExceptionSpecTokens);