Home
last modified time | relevance | path

Searched refs:CXXCtorType (Results 1 – 16 of 16) sorted by relevance

/external/clang/include/clang/AST/
DGlobalDecl.h47 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl()
62 CXXCtorType getCtorType() const { in getCtorType()
64 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType()
DMangle.h124 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
132 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT,
/external/clang/include/clang/Basic/
DABI.h24 enum CXXCtorType { enum
/external/clang/lib/CodeGen/
DCGCXXABI.h230 CXXCtorType T,
276 CXXCtorType Type,
DCGCXX.cpp176 CXXCtorType ctorType) { in EmitCXXConstructor()
201 CXXCtorType ctorType, in GetAddrOfCXXConstructor()
DCodeGenTypes.h193 CXXCtorType Type);
DMicrosoftCXXABI.cpp62 CXXCtorType Type,
123 const CXXConstructorDecl *D, CXXCtorType Type,
345 CXXCtorType Type, in BuildConstructorSignature()
496 CXXCtorType Type, in EmitConstructorCall()
DItaniumCXXABI.cpp111 CXXCtorType T,
139 const CXXConstructorDecl *D, CXXCtorType Type,
764 CXXCtorType Type, in BuildConstructorSignature()
873 CXXCtorType Type, in EmitConstructorCall()
DCGClass.cpp384 CXXCtorType CtorType) { in EmitBaseInitializer()
698 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
1097 CXXCtorType CtorType, in EmitCtorPrologue()
1633 CXXCtorType Type, bool ForVirtualBase, in EmitCXXConstructorCall()
1718 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall()
DCodeGenModule.h748 CXXCtorType ctorType,
1038 void EmitCXXConstructor(const CXXConstructorDecl *D, CXXCtorType Type);
DCodeGenFunction.h1171 void EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType Type,
1575 CXXCtorType CtorType,
1583 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
DCGExprCXX.cpp485 CXXCtorType Type = Ctor_Complete; in EmitCXXConstructExpr()
DCGCall.cpp200 CXXCtorType ctorKind) { in arrangeCXXConstructorDeclaration()
/external/clang/lib/AST/
DMangle.cpp68 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
DItaniumMangle.cpp150 void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
261 const CXXConstructorDecl *D, CXXCtorType Type) in CXXNameMangler()
372 void mangleCXXCtorType(CXXCtorType T);
1201 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType)); in mangleUnqualifiedName()
3205 void CXXNameMangler::mangleCXXCtorType(CXXCtorType T) { in mangleCXXCtorType()
3639 CXXCtorType Type, in mangleCXXCtor()
DMicrosoftMangle.cpp167 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
1891 CXXCtorType Type, in mangleCXXCtor()