/llvm-project/clang/lib/AST/ |
H A D | CXXABI.h | 22 class CXXConstructorDecl; variable
|
H A D | DeclCXX.cpp | 2682 CXXConstructorDecl::CXXConstructorDecl( CXXConstructorDecl() function in CXXConstructorDecl [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | MultiplexExternalSemaSource.h | 22 class CXXConstructorDecl; variable
|
H A D | ExternalSemaSource.h | 28 class CXXConstructorDecl; variable
|
H A D | Initialization.h | 42 class CXXConstructorDecl; variable
|
H A D | Sema.h | 103 class CXXConstructorDecl; global() variable [all...] |
/llvm-project/clang/include/clang/CodeGen/ |
H A D | CodeGenABITypes.h | 41 class CXXConstructorDecl; variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 33 class CXXConstructorDecl; variable
|
H A D | CGCXXABI.h | 30 class CXXConstructorDecl; variable
|
H A D | ItaniumCXXABI.cpp | 347 size_t getSrcArgforCopyCtor(const CXXConstructorDecl *, in getSrcArgforCopyCtor() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | Mangle.h | 31 class CXXConstructorDecl; variable
|
H A D | ASTContext.h | 66 class CXXConstructorDecl; global() variable
|
H A D | DeclCXX.h | 61 class CXXConstructorDecl; variable [all...] |
/llvm-project/clang/unittests/AST/ |
H A D | SourceLocationTest.cpp | 348 TEST(CXXConstructorDecl, NoRetFunTypeLocRange) { in TEST() argument 354 TEST(CXXConstructorDecl, DefaultedCtorLocRange) { in TEST() argument 360 TEST(CXXConstructorDecl, DeletedCtorLocRange) { in TEST() argument
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 4766 AST_MATCHER_P(CXXConstructorDecl,hasAnyConstructorInitializer,internal::Matcher<CXXCtorInitializer>,InnerMatcher) AST_MATCHER_P() argument 6343 AST_MATCHER(CXXConstructorDecl,isInheritingConstructor) AST_MATCHER() argument 7915 AST_MATCHER_P(CXXConstructorDecl,forEachConstructorInitializer,internal::Matcher<CXXCtorInitializer>,InnerMatcher) AST_MATCHER_P() argument 7943 AST_MATCHER(CXXConstructorDecl,isCopyConstructor) AST_MATCHER() argument 7958 AST_MATCHER(CXXConstructorDecl,isMoveConstructor) AST_MATCHER() argument 7973 AST_MATCHER(CXXConstructorDecl,isDefaultConstructor) AST_MATCHER() argument 7990 AST_MATCHER(CXXConstructorDecl,isDelegatingConstructor) AST_MATCHER() argument 8016 AST_POLYMORPHIC_MATCHER(isExplicit,AST_POLYMORPHIC_SUPPORTED_TYPES (CXXConstructorDecl,CXXConversionDecl,CXXDeductionGuideDecl)) AST_POLYMORPHIC_MATCHER() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 18577 DelegatingCycleHelper(CXXConstructorDecl * Ctor,llvm::SmallPtrSet<CXXConstructorDecl *,4> & Valid,llvm::SmallPtrSet<CXXConstructorDecl *,4> & Invalid,llvm::SmallPtrSet<CXXConstructorDecl *,4> & Current,Sema & S) DelegatingCycleHelper() argument [all...] |