Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1273 inline ConstructorInfo getConstructorInfo(NamedDecl *ND) { in getConstructorInfo() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4238 auto Info = getConstructorInfo(D); in ResolveConstructorOverload()
4919 auto Info = getConstructorInfo(D); in TryRefInitWithConversionFunction()
5844 auto Info = getConstructorInfo(D); in TryUserDefinedConversion()
7195 getConstructorInfo(Step.Function.FoundDecl)); in PerformConstructorInitialization()
H A DSemaLookup.cpp3454 auto CtorInfo = getConstructorInfo(Cand); in LookupSpecialMember()
H A DSemaOverload.cpp3658 auto Info = getConstructorInfo(D); in IsInitializerListConstructorConversion()
3779 auto Info = getConstructorInfo(D); in IsUserDefinedConversion()