Lines Matching refs:FoundDecl

3607   S.Function.FoundDecl = Found;  in AddAddressOverloadResolutionStep()
3649 DeclAccessPair FoundDecl, in AddUserConversionStep() argument
3657 S.Function.FoundDecl = FoundDecl; in AddUserConversionStep()
3713 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep() argument
3722 S.Function.FoundDecl = FoundDecl; in AddConstructorInitializationStep()
3947 Ctx.getRecordType(cast<CXXRecordDecl>(Info.FoundDecl->getDeclContext())); in hasCopyOrMoveCtorParam()
3991 Info.ConstructorTmpl, Info.FoundDecl, in ResolveConstructorOverload()
4005 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, Args, in ResolveConstructorOverload()
4192 Sequence.AddUserConversionStep(CD, Best->FoundDecl, ConvType, in TryConstructorInitialization()
4244 Best->FoundDecl, CtorDecl, DestArrayType, HadMultipleCandidates, in TryConstructorInitialization()
4625 Info.ConstructorTmpl, Info.FoundDecl, in TryRefInitWithConversionFunction()
4631 Info.Constructor, Info.FoundDecl, Initializer, CandidateSet, in TryRefInitWithConversionFunction()
4713 Sequence.AddUserConversionStep(Function, Best->FoundDecl, cv3T3, in TryRefInitWithConversionFunction()
5294 Info.ConstructorTmpl, Info.FoundDecl, in TryUserDefinedConversion()
5299 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in TryUserDefinedConversion()
5373 Sequence.AddUserConversionStep(Function, Best->FoundDecl, in TryUserDefinedConversion()
5403 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType, in TryUserDefinedConversion()
6361 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity, in CopyObject()
6423 CurInit = S.BuildCXXConstructExpr(Loc, T, Best->FoundDecl, Constructor, in CopyObject()
6475 Best->FoundDecl, Entity, Diag); in CheckCXX98CompatAccessibleCopy()
6587 getConstructorInfo(Step.Function.FoundDecl)); in PerformConstructorInitialization()
6611 Step.Function.FoundDecl.getDecl())) { in PerformConstructorInitialization()
6650 Step.Function.FoundDecl, in PerformConstructorInitialization()
6661 Step.Function.FoundDecl, in PerformConstructorInitialization()
6675 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity); in PerformConstructorInitialization()
6676 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc)) in PerformConstructorInitialization()
8251 S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl); in Perform()
8252 if (S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation())) in Perform()
8255 Step->Function.FoundDecl, in Perform()
8370 DeclAccessPair FoundFn = Step->Function.FoundDecl; in Perform()