Lines Matching refs:FoundDecl

3553   S.Function.FoundDecl = Found;  in AddAddressOverloadResolutionStep()
3593 DeclAccessPair FoundDecl, in AddUserConversionStep() argument
3601 S.Function.FoundDecl = FoundDecl; in AddUserConversionStep()
3657 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep() argument
3666 S.Function.FoundDecl = FoundDecl; in AddConstructorInitializationStep()
3891 Ctx.getRecordType(cast<CXXRecordDecl>(Info.FoundDecl->getDeclContext())); in hasCopyOrMoveCtorParam()
3935 Info.ConstructorTmpl, Info.FoundDecl, in ResolveConstructorOverload()
3949 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, Args, in ResolveConstructorOverload()
4134 Sequence.AddUserConversionStep(CD, Best->FoundDecl, ConvType, in TryConstructorInitialization()
4172 Best->FoundDecl, CtorDecl, DestArrayType, HadMultipleCandidates, in TryConstructorInitialization()
4534 Info.ConstructorTmpl, Info.FoundDecl, in TryRefInitWithConversionFunction()
4540 Info.Constructor, Info.FoundDecl, Initializer, CandidateSet, in TryRefInitWithConversionFunction()
4622 Sequence.AddUserConversionStep(Function, Best->FoundDecl, cv3T3, in TryRefInitWithConversionFunction()
5203 Info.ConstructorTmpl, Info.FoundDecl, in TryUserDefinedConversion()
5208 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in TryUserDefinedConversion()
5274 Sequence.AddUserConversionStep(Function, Best->FoundDecl, in TryUserDefinedConversion()
5304 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType, in TryUserDefinedConversion()
6233 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity, in CopyObject()
6294 CurInit = S.BuildCXXConstructExpr(Loc, T, Best->FoundDecl, Constructor, in CopyObject()
6346 Best->FoundDecl, Entity, Diag); in CheckCXX98CompatAccessibleCopy()
6458 getConstructorInfo(Step.Function.FoundDecl)); in PerformConstructorInitialization()
6483 Step.Function.FoundDecl.getDecl())) { in PerformConstructorInitialization()
6522 Step.Function.FoundDecl, in PerformConstructorInitialization()
6533 Step.Function.FoundDecl, in PerformConstructorInitialization()
6547 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity); in PerformConstructorInitialization()
6548 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc)) in PerformConstructorInitialization()
8115 S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl); in Perform()
8116 if (S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation())) in Perform()
8119 Step->Function.FoundDecl, in Perform()
8219 DeclAccessPair FoundFn = Step->Function.FoundDecl; in Perform()