Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.cpp388 if (CachedTokens *Toks = LM.ExceptionSpecTokens) { in ParseLexedMethodDeclaration()
427 CachedTokens *ExceptionSpecTokens; in ParseLexedMethodDeclaration() local
433 ExceptionSpecTokens); in ParseLexedMethodDeclaration()
456 LM.ExceptionSpecTokens = nullptr; in ParseLexedMethodDeclaration()
HDParseDeclCXX.cpp1930 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens; in HandleMemberFunctionDeclDelays()
1931 FTI.ExceptionSpecTokens = 0; in HandleMemberFunctionDeclDelays()
3280 CachedTokens *&ExceptionSpecTokens) { in tryParseExceptionSpecification() argument
3282 ExceptionSpecTokens = 0; in tryParseExceptionSpecification()
3308 ExceptionSpecTokens = new CachedTokens; in tryParseExceptionSpecification()
3309 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept' in tryParseExceptionSpecification()
3310 ExceptionSpecTokens->push_back(Tok); // '(' in tryParseExceptionSpecification()
3313 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens, in tryParseExceptionSpecification()
HDParseExprCXX.cpp1112 CachedTokens *ExceptionSpecTokens; in ParseLambdaExpressionAfterIntroducer() local
1118 ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
HDParseDecl.cpp5473 CachedTokens *ExceptionSpecTokens = 0; in ParseFunctionDeclarator() local
5577 ExceptionSpecTokens); in ParseFunctionDeclarator()
5617 ExceptionSpecTokens, in ParseFunctionDeclarator()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp185 CachedTokens *ExceptionSpecTokens, in getFunction() argument
264 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens; in getFunction()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h1278 CachedTokens *ExceptionSpecTokens; member
1306 delete ExceptionSpecTokens; in destroy() local
1504 CachedTokens *ExceptionSpecTokens,
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1001 ExceptionSpecTokens(nullptr) {} in LateParsedMethodDeclaration()
1024 CachedTokens *ExceptionSpecTokens; member
1539 CachedTokens *&ExceptionSpecTokens);