Home
last modified time | relevance | path

Searched refs:LookupConstructors (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp4132 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
4616 for (NamedDecl *D : S.LookupConstructors(T1RecordDecl)) { in TryRefInitWithConversionFunction()
5285 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()
6314 DeclContext::lookup_result Ctors = S.LookupConstructors(Class); in CopyObject()
6458 S.LookupConstructors(cast<CXXRecordDecl>(Record->getDecl())); in CheckCXX98CompatAccessibleCopy()
H A DSemaExprCXX.cpp5187 for (const auto *ND : Self.LookupConstructors(RD)) { in EvaluateUnaryTypeTrait()
5227 for (const auto *ND : Self.LookupConstructors(RD)) { in EvaluateUnaryTypeTrait()
H A DSemaLookup.cpp3563 DeclContext::lookup_result Sema::LookupConstructors(CXXRecordDecl *Class) { in LookupConstructors() function in Sema
H A DSemaOverload.cpp3360 for (auto *D : S.LookupConstructors(To)) { in IsInitializerListConstructorConversion()
3481 for (auto *D : S.LookupConstructors(ToRecordDecl)) { in IsUserDefinedConversion()
H A DSemaTemplate.cpp2509 for (NamedDecl *D : LookupConstructors(Transform.Primary)) { in DeclareImplicitDeductionGuides()
H A DSemaCodeComplete.cpp6259 for (NamedDecl *C : LookupConstructors(CRD)) { in ProduceConstructorSignatureHelp()
H A DSemaDeclCXX.cpp12470 for (auto *Ctor : LookupConstructors(RD)) in BuildUsingDeclaration()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4353 DeclContextLookupResult LookupConstructors(CXXRecordDecl *Class);