Home
last modified time | relevance | path

Searched refs:ConstructorTmpl (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDOverload.h1133 FunctionTemplateDecl *ConstructorTmpl; member
1149 Info.ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D); in getConstructorInfo()
1150 if (Info.ConstructorTmpl) in getConstructorInfo()
1151 D = Info.ConstructorTmpl->getTemplatedDecl(); in getConstructorInfo()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaInit.cpp3899 if (Info.ConstructorTmpl) in ResolveConstructorOverload()
3901 Info.ConstructorTmpl, Info.FoundDecl, in ResolveConstructorOverload()
4494 if (Info.ConstructorTmpl) in TryRefInitWithConversionFunction()
4496 Info.ConstructorTmpl, Info.FoundDecl, in TryRefInitWithConversionFunction()
5151 if (Info.ConstructorTmpl) in TryUserDefinedConversion()
5153 Info.ConstructorTmpl, Info.FoundDecl, in TryUserDefinedConversion()
HDSemaOverload.cpp3339 if (Info.ConstructorTmpl) in IsInitializerListConstructorConversion()
3340 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in IsInitializerListConstructorConversion()
3469 if (Info.ConstructorTmpl) in IsUserDefinedConversion()
3471 Info.ConstructorTmpl, Info.FoundDecl, in IsUserDefinedConversion()
HDSemaLookup.cpp3266 CtorInfo.ConstructorTmpl, CtorInfo.FoundDecl, nullptr, in LookupSpecialMember()