Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaInit.cpp3030 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D); in ResolveConstructorOverload() local
3031 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() local
3465 if (ConstructorTmpl) in TryRefInitWithConversionFunction()
3467 ConstructorTmpl->getTemplatedDecl()); in TryRefInitWithConversionFunction()
3473 if (ConstructorTmpl) in TryRefInitWithConversionFunction()
3474 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, in TryRefInitWithConversionFunction()
[all …]
DSemaOverload.cpp2944 FunctionTemplateDecl *ConstructorTmpl in IsInitializerListConstructorConversion() local
2946 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() local
3081 if (ConstructorTmpl) in IsUserDefinedConversion()
3083 = cast<CXXConstructorDecl>(ConstructorTmpl->getTemplatedDecl()); in IsUserDefinedConversion()
3103 if (ConstructorTmpl) in IsUserDefinedConversion()
3104 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, in IsUserDefinedConversion()