Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4269 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
4781 for (NamedDecl *D : S.LookupConstructors(T1RecordDecl)) { in TryRefInitWithConversionFunction()
5702 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()
6779 DeclContext::lookup_result Ctors = S.LookupConstructors(Class); in CopyObject()
6921 S.LookupConstructors(cast<CXXRecordDecl>(Record->getDecl())); in CheckCXX98CompatAccessibleCopy()
H A DSemaExprCXX.cpp5372 for (const auto *ND : Self.LookupConstructors(RD)) { in EvaluateUnaryTypeTrait()
5412 for (const auto *ND : Self.LookupConstructors(RD)) { in EvaluateUnaryTypeTrait()
H A DSemaLookup.cpp3591 DeclContext::lookup_result Sema::LookupConstructors(CXXRecordDecl *Class) { in LookupConstructors() function in Sema
H A DSemaOverload.cpp3623 for (auto *D : S.LookupConstructors(To)) { in IsInitializerListConstructorConversion()
3744 for (auto *D : S.LookupConstructors(ToRecordDecl)) { in IsUserDefinedConversion()
H A DSemaCodeComplete.cpp6400 for (NamedDecl *C : LookupConstructors(CRD)) { in ProduceConstructorSignatureHelp()
H A DSemaTemplate.cpp2767 for (NamedDecl *D : LookupConstructors(Pattern->getTemplatedDecl())) { in DeclareImplicitDeductionGuides()
H A DSemaDeclCXX.cpp13017 for (auto *Ctor : LookupConstructors(RD)) in BuildUsingDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4564 DeclContextLookupResult LookupConstructors(CXXRecordDecl *Class);