Searched refs:SourceDecl (Results 1 – 11 of 11) sorted by relevance
140 const Decl *SourceDecl = Source.dyn_cast<const Decl *>(); in checkFullyInitialized() local141 assert(SourceDecl); in checkFullyInitialized()142 const auto *VD = cast<VarDecl>(SourceDecl); in checkFullyInitialized()
212 asImpl().writeDeclRef(esi.SourceDecl); in writeExceptionSpecInfo()215 asImpl().writeDeclRef(esi.SourceDecl); in writeExceptionSpecInfo()
231 esi.SourceDecl = asImpl().readFunctionDeclRef(); in readExceptionSpecInfo()234 esi.SourceDecl = asImpl().readFunctionDeclRef(); in readExceptionSpecInfo()
4258 FunctionDecl *SourceDecl = nullptr;4488 Result.SourceDecl = getExceptionSpecDecl();4491 Result.SourceDecl = getExceptionSpecDecl();
528 for (const Decl *SourceDecl : SourceDC.get()->decls()) { in FindExternalLexicalDecls() local529 if (IsKindWeWant(SourceDecl->getKind())) { in FindExternalLexicalDecls()530 auto ImportedDeclOrErr = Forward.Import(SourceDecl); in FindExternalLexicalDecls()
1721 dumpDeclRef(EPI.ExceptionSpec.SourceDecl, "ExceptionSourceDecl"); in VisitFunctionProtoType()1902 OS << " noexcept-unevaluated " << EPI.ExceptionSpec.SourceDecl; in VisitFunctionDecl()
3540 slot[0] = epi.ExceptionSpec.SourceDecl; in FunctionProtoType()3548 slot[0] = epi.ExceptionSpec.SourceDecl; in FunctionProtoType()3692 ID.AddPointer(epi.ExceptionSpec.SourceDecl->getCanonicalDecl()); in Profile()
1339 ToEPI.ExceptionSpec.SourceDecl = in VisitFunctionProtoType()1340 importChecked(Err, FromEPI.ExceptionSpec.SourceDecl); in VisitFunctionProtoType()3780 if (FromEPI.ExceptionSpec.SourceDecl || in VisitFunctionDecl()
225 FunctionDecl *SourceDecl = FPT->getExceptionSpecDecl(); in ResolveExceptionSpec() local227 SourceDecl->getType()->castAs<FunctionProtoType>(); in ResolveExceptionSpec()235 EvaluateImplicitExceptionSpec(Loc, SourceDecl); in ResolveExceptionSpec()237 InstantiateExceptionSpec(Loc, SourceDecl); in ResolveExceptionSpec()240 SourceDecl->getType()->castAs<FunctionProtoType>(); in ResolveExceptionSpec()
7627 EPI.ExceptionSpec.SourceDecl = MD; in getImplicitMethodEPI()7880 EPI.ExceptionSpec.SourceDecl = MD; in CheckExplicitlyDefaultedSpecialMember()9122 EPI.ExceptionSpec.SourceDecl = FD; in CheckExplicitlyDefaultedComparison()14121 EPI.ExceptionSpec.SourceDecl = DerivedCtor; in findInheritingConstructor()14434 EPI.ExceptionSpec.SourceDecl = Destructor; in AdjustDestructorExceptionSpec()
4782 EPI.ExceptionSpec.SourceDecl = New; in InitFunctionInstantiation()