Searched refs:InheritedConstructor (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | AnyCall.h | 45 InheritedConstructor, enumerator 91 : E(CIE), D(CIE->getConstructor()), K(InheritedConstructor) {} in AnyCall() 180 case InheritedConstructor: in getReturnType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 354 llvm::Expected<InheritedConstructor> 355 Import(const InheritedConstructor &From);
|
| H A D | DeclCXX.h | 2408 class InheritedConstructor { 2413 InheritedConstructor() = default; 2414 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor() function 2436 private llvm::TrailingObjects<CXXConstructorDecl, InheritedConstructor, 2451 InheritedConstructor Inherited, 2456 size_t numTrailingObjects(OverloadToken<InheritedConstructor>) const { in numTrailingObjects() argument 2478 return numTrailingObjects(OverloadToken<InheritedConstructor>()) | in getTrailingAllocKind() 2494 InheritedConstructor Inherited = InheritedConstructor(), 2674 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor() 2676 *getTrailingObjects<InheritedConstructor>() : InheritedConstructor(); in getInheritedConstructor()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.h | 148 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
|
| H A D | CGCall.cpp | 310 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2590 InheritedConstructor Inherited, Expr *TrailingRequiresClause) in CXXConstructorDecl() 2599 *getTrailingObjects<InheritedConstructor>() = Inherited; in CXXConstructorDecl() 2612 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in CreateDeserialized() 2617 InheritedConstructor(), nullptr); in CreateDeserialized() 2630 InheritedConstructor Inherited, Expr *TrailingRequiresClause) { in Create() 2635 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in Create()
|
| H A D | ASTImporter.cpp | 505 Expected<InheritedConstructor> 506 ImportInheritedConstructor(const InheritedConstructor &From); 3500 auto ToInheritedConstructor = InheritedConstructor(); in VisitFunctionDecl() 3502 Expected<InheritedConstructor> ImportedInheritedCtor = in VisitFunctionDecl() 4250 Expected<InheritedConstructor> 4251 ASTNodeImporter::ImportInheritedConstructor(const InheritedConstructor &From) { in ImportInheritedConstructor() 4258 return InheritedConstructor(ToShadow, ToBaseCtor); in ImportInheritedConstructor() 8975 llvm::Expected<InheritedConstructor> 8976 ASTImporter::Import(const InheritedConstructor &From) { in Import()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | RetainSummaryManager.cpp | 673 case AnyCall::InheritedConstructor: in getSummary()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 2109 *D->getTrailingObjects<InheritedConstructor>() = in VisitCXXConstructorDecl() 2110 InheritedConstructor(Shadow, Ctor); in VisitCXXConstructorDecl()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 2478 Constructor->getConstexprKind(), InheritedConstructor(), in VisitCXXMethodDecl()
|
| H A D | SemaDeclCXX.cpp | 13564 InheritedConstructor(Shadow, BaseCtor), in findInheritingConstructor()
|
| H A D | SemaDecl.cpp | 8985 InheritedConstructor(), TrailingRequiresClause); in CreateNewFunctionDecl()
|