Searched refs:ConstructorTmpl (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Overload.h | 1266 FunctionTemplateDecl *ConstructorTmpl; member 1282 Info.ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D); in getConstructorInfo() 1283 if (Info.ConstructorTmpl) in getConstructorInfo() 1284 D = Info.ConstructorTmpl->getTemplatedDecl(); in getConstructorInfo()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 4261 if (Info.ConstructorTmpl) in ResolveConstructorOverload() 4263 Info.ConstructorTmpl, Info.FoundDecl, in ResolveConstructorOverload() 4925 if (Info.ConstructorTmpl) in TryRefInitWithConversionFunction() 4927 Info.ConstructorTmpl, Info.FoundDecl, in TryRefInitWithConversionFunction() 5850 if (Info.ConstructorTmpl) in TryUserDefinedConversion() 5852 Info.ConstructorTmpl, Info.FoundDecl, in TryUserDefinedConversion()
|
H A D | SemaOverload.cpp | 3666 if (Info.ConstructorTmpl) in IsInitializerListConstructorConversion() 3667 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in IsInitializerListConstructorConversion() 3802 if (Info.ConstructorTmpl) in IsUserDefinedConversion() 3804 Info.ConstructorTmpl, Info.FoundDecl, in IsUserDefinedConversion()
|
H A D | SemaLookup.cpp | 3475 AddTemplateOverloadCandidate(CtorInfo.ConstructorTmpl, in LookupSpecialMember()
|