Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp4102 DeclContext::lookup_result Ctors = S.LookupConstructors(DestRecordDecl); in TryConstructorInitialization()
4586 for (NamedDecl *D : S.LookupConstructors(T1RecordDecl)) { in TryRefInitWithConversionFunction()
5255 for (NamedDecl *D : S.LookupConstructors(DestRecordDecl)) { in TryUserDefinedConversion()
6253 DeclContext::lookup_result Ctors = S.LookupConstructors(Class); in CopyObject()
6397 S.LookupConstructors(cast<CXXRecordDecl>(Record->getDecl())); in CheckCXX98CompatAccessibleCopy()
H A DSemaExprCXX.cpp5076 for (const auto *ND : Self.LookupConstructors(RD)) { in EvaluateUnaryTypeTrait()
5116 for (const auto *ND : Self.LookupConstructors(RD)) { in EvaluateUnaryTypeTrait()
H A DSemaLookup.cpp3307 DeclContext::lookup_result Sema::LookupConstructors(CXXRecordDecl *Class) { in LookupConstructors() function in Sema
H A DSemaOverload.cpp3341 for (auto *D : S.LookupConstructors(To)) { in IsInitializerListConstructorConversion()
3462 for (auto *D : S.LookupConstructors(ToRecordDecl)) { in IsUserDefinedConversion()
H A DSemaCodeComplete.cpp5840 for (NamedDecl *C : LookupConstructors(RD)) { in ProduceConstructorSignatureHelp()
H A DSemaTemplate.cpp2504 for (NamedDecl *D : LookupConstructors(Transform.Primary)) { in DeclareImplicitDeductionGuides()
H A DSemaDeclCXX.cpp12179 for (auto *Ctor : LookupConstructors(RD)) in BuildUsingDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4104 DeclContextLookupResult LookupConstructors(CXXRecordDecl *Class);