Searched refs:ConstructorTmpl (Results 1 – 2 of 2) sorted by relevance
3030 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D); in ResolveConstructorOverload() local3031 if (ConstructorTmpl) in ResolveConstructorOverload()3033 ConstructorTmpl->getTemplatedDecl()); in ResolveConstructorOverload()3058 if (ConstructorTmpl) in ResolveConstructorOverload()3059 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, in ResolveConstructorOverload()3464 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D); in TryRefInitWithConversionFunction() local3465 if (ConstructorTmpl) in TryRefInitWithConversionFunction()3467 ConstructorTmpl->getTemplatedDecl()); in TryRefInitWithConversionFunction()3473 if (ConstructorTmpl) in TryRefInitWithConversionFunction()3474 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, in TryRefInitWithConversionFunction()[all …]
2944 FunctionTemplateDecl *ConstructorTmpl in IsInitializerListConstructorConversion() local2946 if (ConstructorTmpl) in IsInitializerListConstructorConversion()2948 = cast<CXXConstructorDecl>(ConstructorTmpl->getTemplatedDecl()); in IsInitializerListConstructorConversion()2960 if (ConstructorTmpl) in IsInitializerListConstructorConversion()2961 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, in IsInitializerListConstructorConversion()3079 FunctionTemplateDecl *ConstructorTmpl in IsUserDefinedConversion() local3081 if (ConstructorTmpl) in IsUserDefinedConversion()3083 = cast<CXXConstructorDecl>(ConstructorTmpl->getTemplatedDecl()); in IsUserDefinedConversion()3103 if (ConstructorTmpl) in IsUserDefinedConversion()3104 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, in IsUserDefinedConversion()