Home
last modified time | relevance | path

Searched refs:SourceDecl (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp156 FunctionDecl *SourceDecl = FPT->getExceptionSpecDecl(); in ResolveExceptionSpec() local
158 SourceDecl->getType()->castAs<FunctionProtoType>(); in ResolveExceptionSpec()
166 EvaluateImplicitExceptionSpec(Loc, cast<CXXMethodDecl>(SourceDecl)); in ResolveExceptionSpec()
168 InstantiateExceptionSpec(Loc, SourceDecl); in ResolveExceptionSpec()
171 SourceDecl->getType()->castAs<FunctionProtoType>(); in ResolveExceptionSpec()
DSemaDeclCXX.cpp5321 EPI.ExceptionSpec.SourceDecl = MD; in getImplicitMethodEPI()
5494 EPI.ExceptionSpec.SourceDecl = MD; in CheckExplicitlyDefaultedSpecialMember()
9291 EPI.ExceptionSpec.SourceDecl = DerivedCtor; in findInheritingConstructor()
9658 EPI.ExceptionSpec.SourceDecl = Destructor; in AdjustDestructorExceptionSpec()
DSemaTemplateInstantiateDecl.cpp3449 EPI.ExceptionSpec.SourceDecl = New; in InitFunctionInstantiation()
/external/clang/include/clang/AST/
DType.h3149 SourceDecl(nullptr), SourceTemplate(nullptr) {}
3152 : Type(EST), NoexceptExpr(nullptr), SourceDecl(nullptr),
3163 FunctionDecl *SourceDecl;
3296 EPI.ExceptionSpec.SourceDecl = getExceptionSpecDecl();
3299 EPI.ExceptionSpec.SourceDecl = getExceptionSpecDecl();
/external/clang/lib/AST/
DType.cpp2719 slot[0] = epi.ExceptionSpec.SourceDecl; in FunctionProtoType()
2728 slot[0] = epi.ExceptionSpec.SourceDecl; in FunctionProtoType()
2853 ID.AddPointer(epi.ExceptionSpec.SourceDecl->getCanonicalDecl()); in Profile()
DASTDumper.cpp1144 OS << " noexcept-unevaluated " << EPI.ExceptionSpec.SourceDecl; in VisitFunctionDecl()
DASTImporter.cpp1757 ToEPI.ExceptionSpec.SourceDecl = cast_or_null<FunctionDecl>( in VisitFunctionProtoType()
1758 Importer.Import(FromEPI.ExceptionSpec.SourceDecl)); in VisitFunctionProtoType()
3011 if (FromEPI.ExceptionSpec.SourceDecl || in VisitFunctionDecl()
/external/clang/lib/Serialization/
DASTReader.cpp5696 ESI.SourceDecl = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx); in readExceptionSpec()
5699 ESI.SourceDecl = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx); in readExceptionSpec()