Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1514 inline ConstructorInfo getConstructorInfo(NamedDecl *ND) { in getConstructorInfo() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4357 auto Info = getConstructorInfo(D); in ResolveConstructorOverload()
5176 auto Info = getConstructorInfo(D); in TryRefInitWithConversionFunction()
6111 auto Info = getConstructorInfo(D); in TryUserDefinedConversion()
7462 getConstructorInfo(Step.Function.FoundDecl)); in PerformConstructorInitialization()
H A DSemaTypeTraits.cpp79 auto CtorInfo = getConstructorInfo(Cand); in LookupSpecialMemberFromXValue()
H A DSemaLookup.cpp3547 auto CtorInfo = getConstructorInfo(Cand); in LookupSpecialMember()
H A DSemaOverload.cpp3890 auto Info = getConstructorInfo(D); in IsInitializerListConstructorConversion()
4011 auto Info = getConstructorInfo(D); in IsUserDefinedConversion()
8166 auto Info = getConstructorInfo(ND); in CheckNonDependentConversions()