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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp427 if (CachedTokens *Toks = LM.ExceptionSpecTokens) {
468 CachedTokens *ExceptionSpecTokens; local
474 ExceptionSpecTokens);
497 LM.ExceptionSpecTokens = nullptr;
H A DParseDeclCXX.cpp2228 LateMethod->ExceptionSpecTokens = FTI.ExceptionSpecTokens;
2229 FTI.ExceptionSpecTokens = nullptr;
3678 CachedTokens *&ExceptionSpecTokens) {
3680 ExceptionSpecTokens = nullptr;
3706 ExceptionSpecTokens = new CachedTokens;
3707 ExceptionSpecTokens->push_back(StartTok); // 'throw' or 'noexcept'
3708 ExceptionSpecTokens->push_back(Tok); // '('
3711 ConsumeAndStoreUntil(tok::r_paren, *ExceptionSpecTokens,
3714 SpecificationRange.setEnd(ExceptionSpecTokens
3673 tryParseExceptionSpecification(bool Delayed, SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &DynamicExceptions, SmallVectorImpl<SourceRange> &DynamicExceptionRanges, ExprResult &NoexceptExpr, CachedTokens *&ExceptionSpecTokens) argument
[all...]
H A DParseExprCXX.cpp1349 CachedTokens *ExceptionSpecTokens;
1352 DynamicExceptionRanges, NoexceptExpr, ExceptionSpecTokens);
1391 /*ExceptionSpecTokens*/ nullptr,
H A DParseDecl.cpp6511 CachedTokens *ExceptionSpecTokens = nullptr; local
6607 ExceptionSpecTokens);
6657 ExceptionSpecTokens, DeclsInPrototype, StartLoc,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp177 CachedTokens *ExceptionSpecTokens,
276 I.Fun.ExceptionSpecTokens = ExceptionSpecTokens;
160 getFunction(bool hasProto, bool isAmbiguous, SourceLocation LParenLoc, ParamInfo *Params, unsigned NumParams, SourceLocation EllipsisLoc, SourceLocation RParenLoc, bool RefQualifierIsLvalueRef, SourceLocation RefQualifierLoc, SourceLocation MutableLoc, ExceptionSpecificationType ESpecType, SourceRange ESpecRange, ParsedType *Exceptions, SourceRange *ExceptionRanges, unsigned NumExceptions, Expr *NoexceptExpr, CachedTokens *ExceptionSpecTokens, ArrayRef<NamedDecl*> DeclsInPrototype, SourceLocation LocalRangeBegin, SourceLocation LocalRangeEnd, Declarator &TheDeclarator, TypeResult TrailingReturnType, SourceLocation TrailingReturnTypeLoc, DeclSpec *MethodQualifiers) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1360 CachedTokens *ExceptionSpecTokens; member in union:clang::DeclaratorChunk::FunctionTypeInfo::__anon183
1400 delete ExceptionSpecTokens;
1639 CachedTokens *ExceptionSpecTokens,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1364 : Self(P), Method(M), ExceptionSpecTokens(nullptr) {}
1382 CachedTokens *ExceptionSpecTokens; member in struct:clang::LateParsedMethodDeclaration
1933 CachedTokens *&ExceptionSpecTokens);

Completed in 357 milliseconds