Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXABI.h22 class CXXConstructorDecl; variable
H A DDeclCXX.cpp2721 CXXConstructorDecl::CXXConstructorDecl( in CXXConstructorDecl() function in CXXConstructorDecl
/freebsd/contrib/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; variable
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h41 class CXXConstructorDecl; variable
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h31 class CXXConstructorDecl; variable
H A DASTContext.h66 class CXXConstructorDecl; variable
H A DDeclCXX.h61 class CXXConstructorDecl; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4766 AST_MATCHER_P(CXXConstructorDecl, hasAnyConstructorInitializer, in AST_MATCHER_P() argument
6343 AST_MATCHER(CXXConstructorDecl, isInheritingConstructor) { in AST_MATCHER() argument
7915 AST_MATCHER_P(CXXConstructorDecl, forEachConstructorInitializer, in AST_MATCHER_P() argument
7943 AST_MATCHER(CXXConstructorDecl, isCopyConstructor) { in AST_MATCHER() argument
7958 AST_MATCHER(CXXConstructorDecl, isMoveConstructor) { in AST_MATCHER() argument
7973 AST_MATCHER(CXXConstructorDecl, isDefaultConstructor) { in AST_MATCHER() argument
7990 AST_MATCHER(CXXConstructorDecl, isDelegatingConstructor) { in AST_MATCHER() argument
8016 AST_POLYMORPHIC_MATCHER(isExplicit, AST_POLYMORPHIC_SUPPORTED_TYPES( in AST_POLYMORPHIC_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp18638 DelegatingCycleHelper(CXXConstructorDecl * Ctor,llvm::SmallPtrSet<CXXConstructorDecl *,4> & Valid,llvm::SmallPtrSet<CXXConstructorDecl *,4> & Invalid,llvm::SmallPtrSet<CXXConstructorDecl *,4> & Current,Sema & S) DelegatingCycleHelper() argument
[all...]