Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h23 class CXXConstructorDecl; variable
H A DExternalSemaSource.h29 class CXXConstructorDecl; variable
H A DOverload.h33 class CXXConstructorDecl; variable
H A DSema.h79 class CXXConstructorDecl; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DMangle.h28 class CXXConstructorDecl; variable
H A DDeclCXX.h34 class CXXConstructorDecl; variable
2157 CXXConstructorDecl(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in CXXConstructorDecl() function
H A DExprCXX.h29 class CXXConstructorDecl; variable
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h29 class CXXConstructorDecl; variable
H A DCodeGenTypes.h37 class CXXConstructorDecl; variable
H A DItaniumCXXABI.cpp215 size_t getSrcArgforCopyCtor(const CXXConstructorDecl *, in getSrcArgforCopyCtor()
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DSourceLocationTest.cpp119 TEST(CXXConstructorDecl, NoRetFunTypeLocRange) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2384 AST_MATCHER_P(CXXConstructorDecl, hasAnyConstructorInitializer, in AST_MATCHER_P() argument
3860 AST_MATCHER_P(CXXConstructorDecl, forEachConstructorInitializer, in AST_MATCHER_P() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h70 class CXXConstructorDecl; variable
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp13243 llvm::SmallSet<CXXConstructorDecl*, 4> &Valid, in DelegatingCycleHelper()