Lines Matching defs:FoundDecl

3129   S.Function.FoundDecl = Found;
3162 DeclAccessPair FoundDecl,
3170 S.Function.FoundDecl = FoundDecl;
3228 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T,
3237 S.Function.FoundDecl = FoundDecl;
3479 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl,
3492 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, Args,
3627 Best->FoundDecl, CtorDecl, DestType, HadMultipleCandidates,
3992 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl,
3997 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl,
4072 Sequence.AddUserConversionStep(Function, Best->FoundDecl,
4608 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl,
4613 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl,
4680 Sequence.AddUserConversionStep(Function, Best->FoundDecl,
4695 Sequence.AddUserConversionStep(Function, Best->FoundDecl, DestType,
4700 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType,
5368 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl,
5382 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl,
5522 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity,
5558 CurInit = S.BuildCXXConstructExpr(Loc, T, Best->FoundDecl, Constructor,
5606 Best->FoundDecl, Entity, Diag);
5744 Step.Function.FoundDecl.getDecl())) {
5780 Step.Function.FoundDecl,
5791 Step.Function.FoundDecl,
5805 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity);
5806 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc))
6382 S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl);
6383 if (S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation()))
6386 Step->Function.FoundDecl,
6508 DeclAccessPair FoundFn = Step->Function.FoundDecl;