Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp1402 for (NamedDecl *D : LookupConstructors(Pattern->getTemplatedDecl())) { in DeclareImplicitDeductionGuides()
H A DSemaInit.cpp4406 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
4918 for (NamedDecl *D : S.LookupConstructors(T1RecordDecl)) { in TryRefInitWithConversionFunction()
5843 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()
6923 DeclContext::lookup_result Ctors = S.LookupConstructors(Class); in CopyObject()
7065 S.LookupConstructors(cast<CXXRecordDecl>(Record->getDecl())); in CheckCXX98CompatAccessibleCopy()
H A DSemaExprCXX.cpp5543 for (const auto *ND : Self.LookupConstructors(RD)) { in EvaluateUnaryTypeTrait()
5583 for (const auto *ND : Self.LookupConstructors(RD)) { in EvaluateUnaryTypeTrait()
H A DSemaLookup.cpp3541 DeclContext::lookup_result Sema::LookupConstructors(CXXRecordDecl *Class) { in LookupConstructors() function in Sema
H A DSemaOverload.cpp3657 for (auto *D : S.LookupConstructors(To)) { in IsInitializerListConstructorConversion()
3778 for (auto *D : S.LookupConstructors(ToRecordDecl)) { in IsUserDefinedConversion()
H A DSemaCodeComplete.cpp6444 for (NamedDecl *C : SemaRef.LookupConstructors(CRD)) { in ProduceConstructorSignatureHelp()
H A DSemaDeclCXX.cpp12893 for (auto *Ctor : LookupConstructors(RD)) in BuildUsingDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9214 DeclContextLookupResult LookupConstructors(CXXRecordDecl *Class);