Lines Matching refs:FoundDecl
3352 S.Function.FoundDecl = Found; in AddAddressOverloadResolutionStep()
3392 DeclAccessPair FoundDecl, in AddUserConversionStep() argument
3400 S.Function.FoundDecl = FoundDecl; in AddUserConversionStep()
3458 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep() argument
3467 S.Function.FoundDecl = FoundDecl; in AddConstructorInitializationStep()
3691 Ctx.getRecordType(cast<CXXRecordDecl>(Info.FoundDecl->getDeclContext())); in hasCopyOrMoveCtorParam()
3736 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in ResolveConstructorOverload()
3750 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, Args, in ResolveConstructorOverload()
3936 Sequence.AddUserConversionStep(CD, Best->FoundDecl, ConvType, in TryConstructorInitialization()
3974 Best->FoundDecl, CtorDecl, DestArrayType, HadMultipleCandidates, in TryConstructorInitialization()
4341 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in TryRefInitWithConversionFunction()
4346 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in TryRefInitWithConversionFunction()
4429 Sequence.AddUserConversionStep(Function, Best->FoundDecl, cv3T3, in TryRefInitWithConversionFunction()
4952 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in TryUserDefinedConversion()
4957 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in TryUserDefinedConversion()
5024 Sequence.AddUserConversionStep(Function, Best->FoundDecl, in TryUserDefinedConversion()
5054 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType, in TryUserDefinedConversion()
5959 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity, in CopyObject()
6020 CurInit = S.BuildCXXConstructExpr(Loc, T, Best->FoundDecl, Constructor, in CopyObject()
6072 Best->FoundDecl, Entity, Diag); in CheckCXX98CompatAccessibleCopy()
6181 getConstructorInfo(Step.Function.FoundDecl)); in PerformConstructorInitialization()
6206 Step.Function.FoundDecl.getDecl())) { in PerformConstructorInitialization()
6243 Step.Function.FoundDecl, in PerformConstructorInitialization()
6254 Step.Function.FoundDecl, in PerformConstructorInitialization()
6268 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity); in PerformConstructorInitialization()
6269 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc)) in PerformConstructorInitialization()
7484 S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl); in Perform()
7485 if (S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation())) in Perform()
7488 Step->Function.FoundDecl, in Perform()
7588 DeclAccessPair FoundFn = Step->Function.FoundDecl; in Perform()