Home
last modified time | relevance | path

Searched refs:ExceptionSpecTokens (Results 1 – 7 of 7) 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/clang/lib/Sema/
DDeclSpec.cpp175 CachedTokens *ExceptionSpecTokens, in getFunction() argument
255 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
/external/clang/include/clang/Sema/
DDeclSpec.h1300 CachedTokens *ExceptionSpecTokens; member
1328 delete ExceptionSpecTokens; in destroy() local
1545 CachedTokens *ExceptionSpecTokens,
/external/clang/include/clang/Parse/
DParser.h1024 ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()
1047 CachedTokens *ExceptionSpecTokens; member
1563 CachedTokens *&ExceptionSpecTokens);