Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DCXXABI.h22 class CXXConstructorDecl; variable
H A DDeclCXX.cpp2668 CXXConstructorDecl::CXXConstructorDecl( CXXConstructorDecl() function in CXXConstructorDecl
[all...]
/freebsd-src/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.h99 class CXXConstructorDecl; global() variable
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h41 class CXXConstructorDecl; variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h33 class CXXConstructorDecl; variable
H A DCGCXXABI.h30 class CXXConstructorDecl; variable
H A DItaniumCXXABI.cpp348 getSrcArgforCopyCtor(const CXXConstructorDecl *,FunctionArgList & Args) const getSrcArgforCopyCtor() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h31 class CXXConstructorDecl; variable
H A DASTContext.h65 class CXXConstructorDecl; global() variable
H A DDeclCXX.h61 class CXXConstructorDecl; variable
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7943 AST_MATCHER(CXXConstructorDecl, isCopyConstructor) { in AST_MATCHER() argument
4768 AST_MATCHER_P(CXXConstructorDecl,hasAnyConstructorInitializer,internal::Matcher<CXXCtorInitializer>,InnerMatcher) AST_MATCHER_P() argument
6319 AST_MATCHER(CXXConstructorDecl,isInheritingConstructor) AST_MATCHER() argument
7885 AST_MATCHER_P(CXXConstructorDecl,forEachConstructorInitializer,internal::Matcher<CXXCtorInitializer>,InnerMatcher) AST_MATCHER_P() argument
7913 AST_MATCHER(CXXConstructorDecl,isCopyConstructor) AST_MATCHER() argument
7928 AST_MATCHER(CXXConstructorDecl,isMoveConstructor) AST_MATCHER() argument
7960 AST_MATCHER(CXXConstructorDecl,isDelegatingConstructor) AST_MATCHER() argument
7986 AST_POLYMORPHIC_MATCHER(isExplicit,AST_POLYMORPHIC_SUPPORTED_TYPES (CXXConstructorDecl,CXXConversionDecl,CXXDeductionGuideDecl)) AST_POLYMORPHIC_MATCHER() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp18877 DelegatingCycleHelper(CXXConstructorDecl * Ctor,llvm::SmallPtrSet<CXXConstructorDecl *,4> & Valid,llvm::SmallPtrSet<CXXConstructorDecl *,4> & Invalid,llvm::SmallPtrSet<CXXConstructorDecl *,4> & Current,Sema & S) DelegatingCycleHelper() argument
[all...]