Lines Matching defs:FoundDecl
3875 S.Function.FoundDecl = Found;
3917 DeclAccessPair FoundDecl,
3925 S.Function.FoundDecl = FoundDecl;
3981 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T,
3990 S.Function.FoundDecl = FoundDecl;
4222 Ctx.getRecordType(cast<CXXRecordDecl>(Info.FoundDecl->getDeclContext()));
4263 Info.ConstructorTmpl, Info.FoundDecl,
4277 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, Args,
4464 Sequence.AddUserConversionStep(CD, Best->FoundDecl, ConvType,
4516 Best->FoundDecl, CtorDecl, DestArrayType, HadMultipleCandidates,
4927 Info.ConstructorTmpl, Info.FoundDecl,
4933 Info.Constructor, Info.FoundDecl, Initializer, CandidateSet,
5015 Sequence.AddUserConversionStep(Function, Best->FoundDecl, cv3T3,
5852 Info.ConstructorTmpl, Info.FoundDecl,
5857 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl,
5931 Sequence.AddUserConversionStep(Function, Best->FoundDecl,
5961 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType,
6971 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity,
7034 Loc, T, Best->FoundDecl, Constructor, Elidable, ConstructorArgs,
7083 Best->FoundDecl, Entity, Diag);
7195 getConstructorInfo(Step.Function.FoundDecl));
7211 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc))
7224 Step.Function.FoundDecl.getDecl())) {
7260 Step.Function.FoundDecl,
7271 Step.Function.FoundDecl,
7285 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity);
7286 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc))
7707 S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl);
7708 if (S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation()))
7711 Step->Function.FoundDecl,
7826 DeclAccessPair FoundFn = Step->Function.FoundDecl;
9788 DeclAccessPair FoundDecl,
9835 TD, FoundDecl, /*ExplicitArgs=*/nullptr, TmpInits, Candidates,
9840 AddOverloadCandidate(GD, FoundDecl, Inits, Candidates,
10043 DiagnoseUseOfDecl(Best->FoundDecl, Kind.getLocation());