Home
last modified time | relevance | path

Searched defs:CXXConstructorDecl (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/lib/AST/
H A DCXXABI.h22 class CXXConstructorDecl; variable
H A DDeclCXX.cpp2682 CXXConstructorDecl::CXXConstructorDecl( CXXConstructorDecl() function in CXXConstructorDecl
[all...]
/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h22 class CXXConstructorDecl; variable
H A DExternalSemaSource.h28 class CXXConstructorDecl; variable
H A DInitialization.h42 class CXXConstructorDecl; variable
H A DSema.h103 class CXXConstructorDecl; global() variable
[all...]
/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h41 class CXXConstructorDecl; variable
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h33 class CXXConstructorDecl; variable
H A DCGCXXABI.h30 class CXXConstructorDecl; variable
H A DItaniumCXXABI.cpp347 size_t getSrcArgforCopyCtor(const CXXConstructorDecl *, in getSrcArgforCopyCtor() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DMangle.h31 class CXXConstructorDecl; variable
H A DASTContext.h66 class CXXConstructorDecl; global() variable
H A DDeclCXX.h61 class CXXConstructorDecl; variable
[all...]
/llvm-project/clang/unittests/AST/
H A DSourceLocationTest.cpp348 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 DASTMatchers.h4766 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 DSemaDeclCXX.cpp18577 DelegatingCycleHelper(CXXConstructorDecl * Ctor,llvm::SmallPtrSet<CXXConstructorDecl *,4> & Valid,llvm::SmallPtrSet<CXXConstructorDecl *,4> & Invalid,llvm::SmallPtrSet<CXXConstructorDecl *,4> & Current,Sema & S) DelegatingCycleHelper() argument
[all...]