Lines Matching refs:FoundDecl

3579   S.Function.FoundDecl = Found;  in AddAddressOverloadResolutionStep()
3619 DeclAccessPair FoundDecl, in AddUserConversionStep() argument
3627 S.Function.FoundDecl = FoundDecl; in AddUserConversionStep()
3683 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep() argument
3692 S.Function.FoundDecl = FoundDecl; in AddConstructorInitializationStep()
3917 Ctx.getRecordType(cast<CXXRecordDecl>(Info.FoundDecl->getDeclContext())); in hasCopyOrMoveCtorParam()
3961 Info.ConstructorTmpl, Info.FoundDecl, in ResolveConstructorOverload()
3975 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, Args, in ResolveConstructorOverload()
4162 Sequence.AddUserConversionStep(CD, Best->FoundDecl, ConvType, in TryConstructorInitialization()
4214 Best->FoundDecl, CtorDecl, DestArrayType, HadMultipleCandidates, in TryConstructorInitialization()
4595 Info.ConstructorTmpl, Info.FoundDecl, in TryRefInitWithConversionFunction()
4601 Info.Constructor, Info.FoundDecl, Initializer, CandidateSet, in TryRefInitWithConversionFunction()
4683 Sequence.AddUserConversionStep(Function, Best->FoundDecl, cv3T3, in TryRefInitWithConversionFunction()
5264 Info.ConstructorTmpl, Info.FoundDecl, in TryUserDefinedConversion()
5269 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in TryUserDefinedConversion()
5343 Sequence.AddUserConversionStep(Function, Best->FoundDecl, in TryUserDefinedConversion()
5373 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType, in TryUserDefinedConversion()
6300 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity, in CopyObject()
6362 CurInit = S.BuildCXXConstructExpr(Loc, T, Best->FoundDecl, Constructor, in CopyObject()
6414 Best->FoundDecl, Entity, Diag); in CheckCXX98CompatAccessibleCopy()
6526 getConstructorInfo(Step.Function.FoundDecl)); in PerformConstructorInitialization()
6550 Step.Function.FoundDecl.getDecl())) { in PerformConstructorInitialization()
6589 Step.Function.FoundDecl, in PerformConstructorInitialization()
6600 Step.Function.FoundDecl, in PerformConstructorInitialization()
6614 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity); in PerformConstructorInitialization()
6615 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc)) in PerformConstructorInitialization()
8184 S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl); in Perform()
8185 if (S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation())) in Perform()
8188 Step->Function.FoundDecl, in Perform()
8300 DeclAccessPair FoundFn = Step->Function.FoundDecl; in Perform()