Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp1047 for (const auto *ND : Self.LookupConstructors(RD)) { in EvaluateUnaryTypeTrait()
1087 for (const auto *ND : Self.LookupConstructors(RD)) { in EvaluateUnaryTypeTrait()
H A DSemaTemplateDeductionGuide.cpp1463 for (NamedDecl *D : LookupConstructors(Pattern->getTemplatedDecl())) { in DeclareImplicitDeductionGuides()
H A DSemaInit.cpp4555 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
5175 for (NamedDecl *D : S.LookupConstructors(T1RecordDecl)) { in TryRefInitWithConversionFunction()
6110 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()
7190 DeclContext::lookup_result Ctors = S.LookupConstructors(Class); in CopyObject()
7332 S.LookupConstructors(cast<CXXRecordDecl>(Record->getDecl())); in CheckCXX98CompatAccessibleCopy()
H A DSemaLookup.cpp3634 DeclContext::lookup_result Sema::LookupConstructors(CXXRecordDecl *Class) { in LookupConstructors() function in Sema
H A DSemaOverload.cpp3889 for (auto *D : S.LookupConstructors(To)) { in IsInitializerListConstructorConversion()
4010 for (auto *D : S.LookupConstructors(ToRecordDecl)) { in IsUserDefinedConversion()
8165 if (llvm::any_of(LookupConstructors(RD), [](NamedDecl *ND) { in CheckNonDependentConversions()
H A DSemaCodeComplete.cpp6548 for (NamedDecl *C : SemaRef.LookupConstructors(CRD)) { in ProduceConstructorSignatureHelp()
H A DSemaDeclCXX.cpp13225 for (auto *Ctor : LookupConstructors(RD)) in BuildUsingDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9483 DeclContextLookupResult LookupConstructors(CXXRecordDecl *Class);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc5611 {"_ZN5clang4Sema18LookupConstructorsEPNS_13CXXRecordDeclE", "clang::Sema::LookupConstructors(clang:…