Lines Matching refs:FoundDecl
3037 S.Function.FoundDecl = Found; in AddAddressOverloadResolutionStep()
3070 DeclAccessPair FoundDecl, in AddUserConversionStep() argument
3078 S.Function.FoundDecl = FoundDecl; in AddUserConversionStep()
3149 S.Function.FoundDecl = DeclAccessPair::make(Constructor, Access); in AddConstructorInitializationStep()
3357 DeclAccessPair FoundDecl = DeclAccessPair::make(D, D->getAccess()); in ResolveConstructorOverload() local
3393 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, in ResolveConstructorOverload()
3406 S.AddOverloadCandidate(Constructor, FoundDecl, Args, CandidateSet, in ResolveConstructorOverload()
3536 CtorDecl, Best->FoundDecl.getAccess(), DestType, HadMultipleCandidates, in TryConstructorInitialization()
3843 DeclAccessPair FoundDecl = DeclAccessPair::make(D, D->getAccess()); in TryRefInitWithConversionFunction() local
3857 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, in TryRefInitWithConversionFunction()
3862 S.AddOverloadCandidate(Constructor, FoundDecl, in TryRefInitWithConversionFunction()
3937 Sequence.AddUserConversionStep(Function, Best->FoundDecl, in TryRefInitWithConversionFunction()
4468 DeclAccessPair FoundDecl = DeclAccessPair::make(D, D->getAccess()); in TryUserDefinedConversion() local
4483 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, in TryUserDefinedConversion()
4488 S.AddOverloadCandidate(Constructor, FoundDecl, in TryUserDefinedConversion()
4555 Sequence.AddUserConversionStep(Function, Best->FoundDecl, in TryUserDefinedConversion()
4570 Sequence.AddUserConversionStep(Function, Best->FoundDecl, DestType, in TryUserDefinedConversion()
4575 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType, in TryUserDefinedConversion()
5222 DeclAccessPair FoundDecl in LookupCopyAndMoveConstructors() local
5224 S.AddOverloadCandidate(Constructor, FoundDecl, in LookupCopyAndMoveConstructors()
5241 DeclAccessPair FoundDecl in LookupCopyAndMoveConstructors() local
5243 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, nullptr, in LookupCopyAndMoveConstructors()
5384 Best->FoundDecl.getAccess(), IsExtraneousCopy); in CopyObject()
5466 Entity, Best->FoundDecl.getAccess(), Diag); in CheckCXX98CompatAccessibleCopy()
5656 Step.Function.FoundDecl.getAccess()); in PerformConstructorInitialization()
5657 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc)) in PerformConstructorInitialization()
6198 S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl); in Perform()
6199 if (S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation())) in Perform()
6202 Step->Function.FoundDecl, in Perform()
6323 DeclAccessPair FoundFn = Step->Function.FoundDecl; in Perform()