Lines Matching refs:FoundDecl

3627   S.Function.FoundDecl = Found;  in AddAddressOverloadResolutionStep()
3669 DeclAccessPair FoundDecl, in AddUserConversionStep() argument
3677 S.Function.FoundDecl = FoundDecl; in AddUserConversionStep()
3733 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep() argument
3742 S.Function.FoundDecl = FoundDecl; in AddConstructorInitializationStep()
3974 Ctx.getRecordType(cast<CXXRecordDecl>(Info.FoundDecl->getDeclContext())); in hasCopyOrMoveCtorParam()
4018 Info.ConstructorTmpl, Info.FoundDecl, in ResolveConstructorOverload()
4032 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, Args, in ResolveConstructorOverload()
4219 Sequence.AddUserConversionStep(CD, Best->FoundDecl, ConvType, in TryConstructorInitialization()
4271 Best->FoundDecl, CtorDecl, DestArrayType, HadMultipleCandidates, in TryConstructorInitialization()
4652 Info.ConstructorTmpl, Info.FoundDecl, in TryRefInitWithConversionFunction()
4658 Info.Constructor, Info.FoundDecl, Initializer, CandidateSet, in TryRefInitWithConversionFunction()
4740 Sequence.AddUserConversionStep(Function, Best->FoundDecl, cv3T3, in TryRefInitWithConversionFunction()
5571 Info.ConstructorTmpl, Info.FoundDecl, in TryUserDefinedConversion()
5576 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in TryUserDefinedConversion()
5650 Sequence.AddUserConversionStep(Function, Best->FoundDecl, in TryUserDefinedConversion()
5680 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType, in TryUserDefinedConversion()
6681 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity, in CopyObject()
6743 CurInit = S.BuildCXXConstructExpr(Loc, T, Best->FoundDecl, Constructor, in CopyObject()
6795 Best->FoundDecl, Entity, Diag); in CheckCXX98CompatAccessibleCopy()
6907 getConstructorInfo(Step.Function.FoundDecl)); in PerformConstructorInitialization()
6931 Step.Function.FoundDecl.getDecl())) { in PerformConstructorInitialization()
6970 Step.Function.FoundDecl, in PerformConstructorInitialization()
6981 Step.Function.FoundDecl, in PerformConstructorInitialization()
6995 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity); in PerformConstructorInitialization()
6996 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc)) in PerformConstructorInitialization()
8590 S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl); in Perform()
8591 if (S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation())) in Perform()
8594 Step->Function.FoundDecl, in Perform()
8709 DeclAccessPair FoundFn = Step->Function.FoundDecl; in Perform()