Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp393 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration()
432 CachedTokens *ExceptionSpecTokens; in ParseLexedMethodDeclaration() local
438 ExceptionSpecTokens); in ParseLexedMethodDeclaration()
461 LM.ExceptionSpecTokens = nullptr; in ParseLexedMethodDeclaration()
DParseDeclCXX.cpp1929 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()
1930 FTI.ExceptionSpecTokens = 0; in HandleMemberFunctionDeclDelays()
3254 CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument
3256 ExceptionSpecTokens = 0; in tryParseExceptionSpecification()
3282 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification()
3283 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
3284 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification()
3287 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification()
DParseExprCXX.cpp1113 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local
1119 ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
DParseDecl.cpp5293 CachedTokens *ExceptionSpecTokens = 0; in ParseFunctionDeclarator() local
5397 ExceptionSpecTokens); in ParseFunctionDeclarator()
5437 ExceptionSpecTokens, in ParseFunctionDeclarator()
/external/clang/lib/Sema/
DDeclSpec.cpp185 CachedTokens *ExceptionSpecTokens, in getFunction() argument
264 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
/external/clang/include/clang/Sema/
DDeclSpec.h1255 CachedTokens *ExceptionSpecTokens; member
1283 delete ExceptionSpecTokens; in destroy() local
1481 CachedTokens *ExceptionSpecTokens,
/external/clang/include/clang/Parse/
DParser.h980 ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()
1003 CachedTokens *ExceptionSpecTokens; member
1468 CachedTokens *&ExceptionSpecTokens);