• Home
  • Raw
  • Download

Lines Matching refs:FoundDecl

3129   S.Function.FoundDecl = Found;  in AddAddressOverloadResolutionStep()
3162 DeclAccessPair FoundDecl, in AddUserConversionStep() argument
3170 S.Function.FoundDecl = FoundDecl; in AddUserConversionStep()
3228 DeclAccessPair FoundDecl, CXXConstructorDecl *Constructor, QualType T, in AddConstructorInitializationStep() argument
3237 S.Function.FoundDecl = FoundDecl; in AddConstructorInitializationStep()
3479 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in ResolveConstructorOverload()
3492 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, Args, in ResolveConstructorOverload()
3627 Best->FoundDecl, CtorDecl, DestType, HadMultipleCandidates, in TryConstructorInitialization()
3992 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in TryRefInitWithConversionFunction()
3997 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in TryRefInitWithConversionFunction()
4072 Sequence.AddUserConversionStep(Function, Best->FoundDecl, in TryRefInitWithConversionFunction()
4608 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in TryUserDefinedConversion()
4613 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in TryUserDefinedConversion()
4680 Sequence.AddUserConversionStep(Function, Best->FoundDecl, in TryUserDefinedConversion()
4695 Sequence.AddUserConversionStep(Function, Best->FoundDecl, DestType, in TryUserDefinedConversion()
4700 Sequence.AddUserConversionStep(Function, Best->FoundDecl, ConvType, in TryUserDefinedConversion()
5368 S.AddOverloadCandidate(Info.Constructor, Info.FoundDecl, in LookupCopyAndMoveConstructors()
5382 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in LookupCopyAndMoveConstructors()
5522 S.CheckConstructorAccess(Loc, Constructor, Best->FoundDecl, Entity, in CopyObject()
5558 CurInit = S.BuildCXXConstructExpr(Loc, T, Best->FoundDecl, Constructor, in CopyObject()
5606 Best->FoundDecl, Entity, Diag); in CheckCXX98CompatAccessibleCopy()
5744 Step.Function.FoundDecl.getDecl())) { in PerformConstructorInitialization()
5780 Step.Function.FoundDecl, in PerformConstructorInitialization()
5791 Step.Function.FoundDecl, in PerformConstructorInitialization()
5805 S.CheckConstructorAccess(Loc, Constructor, Step.Function.FoundDecl, Entity); in PerformConstructorInitialization()
5806 if (S.DiagnoseUseOfDecl(Step.Function.FoundDecl, Loc)) in PerformConstructorInitialization()
6382 S.CheckAddressOfMemberAccess(CurInit.get(), Step->Function.FoundDecl); in Perform()
6383 if (S.DiagnoseUseOfDecl(Step->Function.FoundDecl, Kind.getLocation())) in Perform()
6386 Step->Function.FoundDecl, in Perform()
6508 DeclAccessPair FoundFn = Step->Function.FoundDecl; in Perform()