Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DOverload.h805 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/llvm-project/clang/include/clang/Sema/
DOverload.h1166 FunctionTemplateDecl *ConstructorTmpl; member
1182 Info.ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D); in getConstructorInfo()
1183 if (Info.ConstructorTmpl) in getConstructorInfo()
1184 D = Info.ConstructorTmpl->getTemplatedDecl(); in getConstructorInfo()
/external/clang/lib/Sema/
DSemaInit.cpp3454 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()
DSemaLookup.cpp2974 CtorInfo.ConstructorTmpl, CtorInfo.FoundDecl, nullptr, in LookupSpecialMember()
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp3933 if (Info.ConstructorTmpl) in ResolveConstructorOverload()
3935 Info.ConstructorTmpl, Info.FoundDecl, in ResolveConstructorOverload()
4532 if (Info.ConstructorTmpl) in TryRefInitWithConversionFunction()
4534 Info.ConstructorTmpl, Info.FoundDecl, in TryRefInitWithConversionFunction()
5201 if (Info.ConstructorTmpl) in TryUserDefinedConversion()
5203 Info.ConstructorTmpl, Info.FoundDecl, in TryUserDefinedConversion()
DSemaOverload.cpp3353 if (Info.ConstructorTmpl) in IsInitializerListConstructorConversion()
3354 S.AddTemplateOverloadCandidate(Info.ConstructorTmpl, Info.FoundDecl, in IsInitializerListConstructorConversion()
3485 if (Info.ConstructorTmpl) in IsUserDefinedConversion()
3487 Info.ConstructorTmpl, Info.FoundDecl, in IsUserDefinedConversion()
DSemaLookup.cpp3196 CtorInfo.ConstructorTmpl, CtorInfo.FoundDecl, nullptr, in LookupSpecialMember()