Lines Matching defs:FoundDecl

3903   S.Function.FoundDecl = Found;
3945 DeclAccessPair FoundDecl,
3953 S.Function.FoundDecl = FoundDecl;
4009 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T,
4018 S.Function.FoundDecl = FoundDecl;
4287 Ctx.getRecordType(cast<CXXRecordDecl>(Info.FoundDecl->getDeclContext()));
4328 Info.ConstructorTmpl, Info.FoundDecl,
4342 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, Args,
4565 Sequence.AddUserConversionStep(CD, Best->FoundDecl, ConvType,
4625 Best->FoundDecl, CtorDecl, DestArrayType, HadMultipleCandidates,
5061 Info.ConstructorTmpl, Info.FoundDecl,
5067 Info.Constructor, Info.FoundDecl, Initializer, CandidateSet,
5149 Sequence.AddUserConversionStep(Function, Best->FoundDecl, cv3T3,
5996 Info.ConstructorTmpl, Info.FoundDecl,
6001 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl,
6075 Sequence.AddUserConversionStep(Function, Best->FoundDecl,
6105 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType,
7112 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity,
7175 Loc, T, Best->FoundDecl, Constructor, Elidable, ConstructorArgs,
7224 Best->FoundDecl, Entity, Diag);
7336 getConstructorInfo(Step.Function.FoundDecl));
7352 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc))
7381 Step.Function.FoundDecl.getDecl())) {
7417 Step.Function.FoundDecl,
7428 Step.Function.FoundDecl,
7442 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity);
7443 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc))
7862 S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl);
7863 if (S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation()))
7866 Step->Function.FoundDecl,
7981 DeclAccessPair FoundFn = Step->Function.FoundDecl;
9943 DeclAccessPair FoundDecl,
9990 TD, FoundDecl, /*ExplicitArgs=*/nullptr, TmpInits, Candidates,
9995 AddOverloadCandidate(GD, FoundDecl, Inits, Candidates,
10198 DiagnoseUseOfDecl(Best->FoundDecl, Kind.getLocation());