Lines Matching refs:FoundDecl
3579 S.Function.FoundDecl = Found; in AddAddressOverloadResolutionStep()
3621 DeclAccessPair FoundDecl, in AddUserConversionStep() argument
3629 S.Function.FoundDecl = FoundDecl; in AddUserConversionStep()
3685 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep() argument
3694 S.Function.FoundDecl = FoundDecl; in AddConstructorInitializationStep()
3919 Ctx.getRecordType(cast<CXXRecordDecl>(Info.FoundDecl->getDeclContext())); in hasCopyOrMoveCtorParam()
3963 Info.ConstructorTmpl, Info.FoundDecl, in ResolveConstructorOverload()
3977 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, Args, in ResolveConstructorOverload()
4164 Sequence.AddUserConversionStep(CD, Best->FoundDecl, ConvType, in TryConstructorInitialization()
4216 Best->FoundDecl, CtorDecl, DestArrayType, HadMultipleCandidates, in TryConstructorInitialization()
4597 Info.ConstructorTmpl, Info.FoundDecl, in TryRefInitWithConversionFunction()
4603 Info.Constructor, Info.FoundDecl, Initializer, CandidateSet, in TryRefInitWithConversionFunction()
4685 Sequence.AddUserConversionStep(Function, Best->FoundDecl, cv3T3, in TryRefInitWithConversionFunction()
5266 Info.ConstructorTmpl, Info.FoundDecl, in TryUserDefinedConversion()
5271 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in TryUserDefinedConversion()
5345 Sequence.AddUserConversionStep(Function, Best->FoundDecl, in TryUserDefinedConversion()
5375 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType, in TryUserDefinedConversion()
6302 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity, in CopyObject()
6364 CurInit = S.BuildCXXConstructExpr(Loc, T, Best->FoundDecl, Constructor, in CopyObject()
6416 Best->FoundDecl, Entity, Diag); in CheckCXX98CompatAccessibleCopy()
6528 getConstructorInfo(Step.Function.FoundDecl)); in PerformConstructorInitialization()
6552 Step.Function.FoundDecl.getDecl())) { in PerformConstructorInitialization()
6591 Step.Function.FoundDecl, in PerformConstructorInitialization()
6602 Step.Function.FoundDecl, in PerformConstructorInitialization()
6616 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity); in PerformConstructorInitialization()
6617 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc)) in PerformConstructorInitialization()
8186 S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl); in Perform()
8187 if (S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation())) in Perform()
8190 Step->Function.FoundDecl, in Perform()
8301 DeclAccessPair FoundFn = Step->Function.FoundDecl; in Perform()