Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCXXABI.h22 class CXXConstructorDecl; variable
H A DDeclCXX.cpp2614 CXXConstructorDecl::CXXConstructorDecl( in CXXConstructorDecl() function in CXXConstructorDecl
/openbsd-src/gnu/llvm/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.h98 class CXXConstructorDecl; variable
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h41 class CXXConstructorDecl; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.h33 class CXXConstructorDecl; variable
H A DCGCXXABI.h30 class CXXConstructorDecl; variable
H A DItaniumCXXABI.cpp302 size_t getSrcArgforCopyCtor(const CXXConstructorDecl *, in getSrcArgforCopyCtor()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DMangle.h31 class CXXConstructorDecl; variable
H A DASTContext.h70 class CXXConstructorDecl; variable
H A DDeclCXX.h61 class CXXConstructorDecl; variable
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4530 AST_MATCHER_P(CXXConstructorDecl, hasAnyConstructorInitializer, in AST_MATCHER_P() argument
6068 AST_MATCHER(CXXConstructorDecl, isInheritingConstructor) { in AST_MATCHER() argument
7609 AST_MATCHER_P(CXXConstructorDecl, forEachConstructorInitializer, in AST_MATCHER_P() argument
7637 AST_MATCHER(CXXConstructorDecl, isCopyConstructor) { in AST_MATCHER() argument
7652 AST_MATCHER(CXXConstructorDecl, isMoveConstructor) { in AST_MATCHER() argument
7667 AST_MATCHER(CXXConstructorDecl, isDefaultConstructor) { in AST_MATCHER() argument
7684 AST_MATCHER(CXXConstructorDecl, isDelegatingConstructor) { in AST_MATCHER() argument
7710 AST_POLYMORPHIC_MATCHER(isExplicit, AST_POLYMORPHIC_SUPPORTED_TYPES( in AST_POLYMORPHIC_MATCHER()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp18179 llvm::SmallPtrSet<CXXConstructorDecl*, 4> &Valid, in DelegatingCycleHelper()