Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCXXABI.h22 class CXXConstructorDecl; variable
H A DDeclCXX.cpp2582 CXXConstructorDecl::CXXConstructorDecl( in CXXConstructorDecl() function in CXXConstructorDecl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h22 class CXXConstructorDecl; variable
H A DExternalSemaSource.h28 class CXXConstructorDecl; variable
H A DInitialization.h43 class CXXConstructorDecl; variable
H A DSema.h96 class CXXConstructorDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h44 class CXXConstructorDecl; variable
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h30 class CXXConstructorDecl; variable
H A DASTContext.h97 class CXXConstructorDecl; variable
H A DDeclCXX.h61 class CXXConstructorDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4434 AST_MATCHER_P(CXXConstructorDecl, hasAnyConstructorInitializer, in AST_MATCHER_P() argument
7191 AST_MATCHER_P(CXXConstructorDecl, forEachConstructorInitializer, in AST_MATCHER_P() argument
7219 AST_MATCHER(CXXConstructorDecl, isCopyConstructor) { in AST_MATCHER() argument
7234 AST_MATCHER(CXXConstructorDecl, isMoveConstructor) { in AST_MATCHER() argument
7249 AST_MATCHER(CXXConstructorDecl, isDefaultConstructor) { in AST_MATCHER() argument
7266 AST_MATCHER(CXXConstructorDecl, isDelegatingConstructor) { in AST_MATCHER() argument
7292 AST_POLYMORPHIC_MATCHER(isExplicit, AST_POLYMORPHIC_SUPPORTED_TYPES( in AST_POLYMORPHIC_MATCHER()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp17496 llvm::SmallPtrSet<CXXConstructorDecl*, 4> &Valid, in DelegatingCycleHelper()