Searched refs:InheritedConstructor (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | AnyCall.h | 46 InheritedConstructor, enumerator 92 : E(CIE), D(CIE->getConstructor()), K(InheritedConstructor) {} in AnyCall() 181 case InheritedConstructor: in getReturnType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTImporter.h | 355 llvm::Expected<InheritedConstructor> 356 Import(const InheritedConstructor &From);
|
H A D | DeclCXX.h | 2513 class InheritedConstructor { 2518 InheritedConstructor() = default; 2519 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor() function 2541 private llvm::TrailingObjects<CXXConstructorDecl, InheritedConstructor, 2556 InheritedConstructor Inherited, 2561 size_t numTrailingObjects(OverloadToken<InheritedConstructor>) const { in numTrailingObjects() argument 2583 return numTrailingObjects(OverloadToken<InheritedConstructor>()) | in getTrailingAllocKind() 2599 InheritedConstructor Inherited = InheritedConstructor(), 2779 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor() 2781 *getTrailingObjects<InheritedConstructor>() : InheritedConstructor(); in getInheritedConstructor()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 161 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
|
H A D | CGCall.cpp | 326 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2726 InheritedConstructor Inherited, Expr *TrailingRequiresClause) in CXXConstructorDecl() 2735 *getTrailingObjects<InheritedConstructor>() = Inherited; in CXXConstructorDecl() 2748 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in CreateDeserialized() 2753 InheritedConstructor(), nullptr); in CreateDeserialized() 2766 InheritedConstructor Inherited, Expr *TrailingRequiresClause) { in Create() 2771 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in Create()
|
H A D | ASTImporter.cpp | 457 Expected<InheritedConstructor> 458 ImportInheritedConstructor(const InheritedConstructor &From); 3888 auto ToInheritedConstructor = InheritedConstructor(); in VisitFunctionDecl() 3890 Expected<InheritedConstructor> ImportedInheritedCtor = in VisitFunctionDecl() 4672 Expected<InheritedConstructor> 4673 ASTNodeImporter::ImportInheritedConstructor(const InheritedConstructor &From) { in ImportInheritedConstructor() 4680 return InheritedConstructor(ToShadow, ToBaseCtor); in ImportInheritedConstructor() 9561 llvm::Expected<InheritedConstructor> 9562 ASTImporter::Import(const InheritedConstructor &From) { in Import()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2304 *D->getTrailingObjects<InheritedConstructor>() = in VisitCXXConstructorDecl() 2305 InheritedConstructor(Shadow, Ctor); in VisitCXXConstructorDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 2611 Constructor->getConstexprKind(), InheritedConstructor(), in VisitCXXMethodDecl()
|
H A D | SemaDeclCXX.cpp | 13984 InheritedConstructor(Shadow, BaseCtor), in findInheritingConstructor()
|
H A D | SemaDecl.cpp | 9205 InheritedConstructor(), TrailingRequiresClause); in CreateNewFunctionDecl()
|