Searched refs:ExceptionSpecTokens (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 397 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration() 436 CachedTokens *ExceptionSpecTokens; in ParseLexedMethodDeclaration() local 442 ExceptionSpecTokens); in ParseLexedMethodDeclaration() 465 LM.ExceptionSpecTokens = nullptr; in ParseLexedMethodDeclaration()
|
D | ParseDeclCXX.cpp | 1990 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()
|
D | ParseExprCXX.cpp | 1180 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local 1186 ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
|
D | ParseDecl.cpp | 5598 CachedTokens *ExceptionSpecTokens = nullptr; in ParseFunctionDeclarator() local 5702 ExceptionSpecTokens); in ParseFunctionDeclarator() 5742 ExceptionSpecTokens, in ParseFunctionDeclarator()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 427 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration() 468 CachedTokens *ExceptionSpecTokens; in ParseLexedMethodDeclaration() local 474 ExceptionSpecTokens); in ParseLexedMethodDeclaration() 497 LM.ExceptionSpecTokens = nullptr; in ParseLexedMethodDeclaration()
|
D | ParseDeclCXX.cpp | 2207 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()
|
D | ParseExprCXX.cpp | 1364 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local 1370 ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
|
D | ParseDecl.cpp | 6451 CachedTokens *ExceptionSpecTokens = nullptr; in ParseFunctionDeclarator() local 6547 ExceptionSpecTokens); in ParseFunctionDeclarator() 6597 ExceptionSpecTokens, DeclsInPrototype, StartLoc, in ParseFunctionDeclarator()
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 175 CachedTokens *ExceptionSpecTokens, in getFunction() argument 255 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
|
/external/llvm-project/clang/lib/Sema/ |
D | DeclSpec.cpp | 177 CachedTokens *ExceptionSpecTokens, in getFunction() argument 275 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 1349 CachedTokens *ExceptionSpecTokens; member 1389 delete ExceptionSpecTokens; in destroy() local 1637 CachedTokens *ExceptionSpecTokens,
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1024 ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration() 1047 CachedTokens *ExceptionSpecTokens; member 1563 CachedTokens *&ExceptionSpecTokens);
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1361 : Self(P), Method(M), ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration() 1379 CachedTokens *ExceptionSpecTokens; member 1951 CachedTokens *&ExceptionSpecTokens);
|