Lines Matching refs:FoundDecl
2494 S.Function.FoundDecl = Found; in AddAddressOverloadResolutionStep()
2527 DeclAccessPair FoundDecl, in AddUserConversionStep() argument
2535 S.Function.FoundDecl = FoundDecl; in AddUserConversionStep()
2588 S.Function.FoundDecl = DeclAccessPair::make(Constructor, Access); in AddConstructorInitializationStep()
2772 DeclAccessPair FoundDecl = DeclAccessPair::make(D, D->getAccess()); in ResolveConstructorOverload() local
2796 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, in ResolveConstructorOverload()
2810 S.AddOverloadCandidate(Constructor, FoundDecl, in ResolveConstructorOverload()
2940 Best->FoundDecl.getAccess(), in TryConstructorInitialization()
3183 DeclAccessPair FoundDecl = DeclAccessPair::make(D, D->getAccess()); in TryRefInitWithConversionFunction() local
3197 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, in TryRefInitWithConversionFunction()
3202 S.AddOverloadCandidate(Constructor, FoundDecl, in TryRefInitWithConversionFunction()
3277 Sequence.AddUserConversionStep(Function, Best->FoundDecl, in TryRefInitWithConversionFunction()
3752 DeclAccessPair FoundDecl = DeclAccessPair::make(D, D->getAccess()); in TryUserDefinedConversion() local
3767 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, in TryUserDefinedConversion()
3772 S.AddOverloadCandidate(Constructor, FoundDecl, in TryUserDefinedConversion()
3840 Sequence.AddUserConversionStep(Function, Best->FoundDecl, in TryUserDefinedConversion()
3855 Sequence.AddUserConversionStep(Function, Best->FoundDecl, DestType, in TryUserDefinedConversion()
3860 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType, in TryUserDefinedConversion()
4426 DeclAccessPair FoundDecl in LookupCopyAndMoveConstructors() local
4428 S.AddOverloadCandidate(Constructor, FoundDecl, in LookupCopyAndMoveConstructors()
4445 DeclAccessPair FoundDecl in LookupCopyAndMoveConstructors() local
4447 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, 0, in LookupCopyAndMoveConstructors()
4583 Best->FoundDecl.getAccess(), IsExtraneousCopy); in CopyObject()
4666 Entity, Best->FoundDecl.getAccess(), Diag); in CheckCXX98CompatAccessibleCopy()
4821 Step.Function.FoundDecl.getAccess()); in PerformConstructorInitialization()
4822 S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc); in PerformConstructorInitialization()
5024 S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl); in Perform()
5025 S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation()); in Perform()
5027 Step->Function.FoundDecl, in Perform()
5128 DeclAccessPair FoundFn = Step->Function.FoundDecl; in Perform()