Searched refs:InheritedConstructor (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2374 class InheritedConstructor { 2379 InheritedConstructor() = default; 2380 InheritedConstructor(ConstructorUsingShadowDecl *Shadow, in InheritedConstructor() function 2402 private llvm::TrailingObjects<CXXConstructorDecl, InheritedConstructor, 2416 InheritedConstructor Inherited, 2421 size_t numTrailingObjects(OverloadToken<InheritedConstructor>) const { in numTrailingObjects() argument 2443 return numTrailingObjects(OverloadToken<InheritedConstructor>()) | in getTrailingAllocKind() 2459 InheritedConstructor Inherited = InheritedConstructor(), 2639 InheritedConstructor getInheritedConstructor() const { in getInheritedConstructor() 2641 *getTrailingObjects<InheritedConstructor>() : InheritedConstructor(); in getInheritedConstructor()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 152 bool inheritingCtorHasParams(const InheritedConstructor &Inherited,
|
H A D | CGCall.cpp | 300 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2586 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in CXXConstructorDecl() 2596 *getTrailingObjects<InheritedConstructor>() = Inherited; in CXXConstructorDecl() 2609 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in CreateDeserialized() 2614 InheritedConstructor(), nullptr); in CreateDeserialized() 2626 ConstexprSpecKind ConstexprKind, InheritedConstructor Inherited, in Create() 2632 additionalSizeToAlloc<InheritedConstructor, ExplicitSpecifier>( in Create()
|
H A D | ASTImporter.cpp | 3417 InheritedConstructor(), // FIXME: Properly import inherited in VisitFunctionDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | RetainSummaryManager.cpp | 666 case AnyCall::InheritedConstructor: in getSummary()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1987 *D->getTrailingObjects<InheritedConstructor>() = in VisitCXXConstructorDecl() 1988 InheritedConstructor(Shadow, Ctor); in VisitCXXConstructorDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 2335 Constructor->getConstexprKind(), InheritedConstructor(), in VisitCXXMethodDecl()
|
H A D | SemaDeclCXX.cpp | 13170 InheritedConstructor(Shadow, BaseCtor), in findInheritingConstructor()
|
H A D | SemaDecl.cpp | 8536 /*isImplicitlyDeclared=*/false, ConstexprKind, InheritedConstructor(), in CreateNewFunctionDecl()
|