Searched refs:ConstructorTmpl (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Overload.h | 805 FunctionTemplateDecl *ConstructorTmpl; member 819 Info.ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D); in getConstructorInfo() 820 if (Info.ConstructorTmpl) in getConstructorInfo() 821 D = Info.ConstructorTmpl->getTemplatedDecl(); in getConstructorInfo()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 3454 if (!Info.ConstructorTmpl) { in ResolveConstructorOverload() 3478 if (Info.ConstructorTmpl) in ResolveConstructorOverload() 3479 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in ResolveConstructorOverload() 3991 if (Info.ConstructorTmpl) in TryRefInitWithConversionFunction() 3992 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in TryRefInitWithConversionFunction() 4607 if (Info.ConstructorTmpl) in TryUserDefinedConversion() 4608 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in TryUserDefinedConversion() 5361 if (!Info.ConstructorTmpl) { in LookupCopyAndMoveConstructors() 5374 if (Info.ConstructorTmpl->isInvalidDecl()) in LookupCopyAndMoveConstructors() 5382 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in LookupCopyAndMoveConstructors()
|
D | SemaOverload.cpp | 3069 if (Info.ConstructorTmpl) in IsInitializerListConstructorConversion() 3070 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in IsInitializerListConstructorConversion() 3197 if (Info.ConstructorTmpl) in IsUserDefinedConversion() 3199 Info.ConstructorTmpl, Info.FoundDecl, in IsUserDefinedConversion()
|
D | SemaLookup.cpp | 2974 CtorInfo.ConstructorTmpl, CtorInfo.FoundDecl, nullptr, in LookupSpecialMember()
|