Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DGlobalDecl.h46 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl()
61 CXXCtorType getCtorType() const { in getCtorType()
63 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType()
DMangle.h118 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
126 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT,
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp41 CXXCtorType Type,
60 CXXCtorType Type, bool ForVirtualBase,
129 CXXCtorType Type, in BuildConstructorSignature()
243 CXXCtorType Type, bool ForVirtualBase, in EmitConstructorCall()
DCGCXXABI.h184 CXXCtorType T,
214 CXXCtorType Type, bool ForVirtualBase,
DItaniumCXXABI.cpp100 CXXCtorType T,
117 CXXCtorType Type, bool ForVirtualBase,
154 CXXCtorType T,
735 CXXCtorType Type, in BuildConstructorSignature()
749 CXXCtorType Type, in BuildConstructorSignature()
839 CXXCtorType Type, bool ForVirtualBase, in EmitConstructorCall()
DCGCXX.cpp191 CXXCtorType ctorType) { in EmitCXXConstructor()
216 CXXCtorType ctorType, in GetAddrOfCXXConstructor()
DCodeGenTypes.h190 CXXCtorType Type);
DCodeGenModule.h701 CXXCtorType ctorType,
980 void EmitCXXConstructor(const CXXConstructorDecl *D, CXXCtorType Type);
DCGClass.cpp383 CXXCtorType CtorType) { in EmitBaseInitializer()
708 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody()
1103 CXXCtorType CtorType, in EmitCtorPrologue()
1632 CXXCtorType Type, bool ForVirtualBase, in EmitCXXConstructorCall()
1728 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall()
DCodeGenFunction.h1444 void EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType Type,
1852 CXXCtorType CtorType,
1860 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
DCGExprCXX.cpp493 CXXCtorType Type = Ctor_Complete; in EmitCXXConstructExpr()
DCGCall.cpp202 CXXCtorType ctorKind) { in arrangeCXXConstructorDeclaration()
/external/clang/include/clang/Basic/
DABI.h24 enum CXXCtorType { enum
/external/clang/lib/AST/
DMangle.cpp86 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
DItaniumMangle.cpp138 void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
235 const CXXConstructorDecl *D, CXXCtorType Type) in CXXNameMangler()
343 void mangleCXXCtorType(CXXCtorType T);
1154 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType)); in mangleUnqualifiedName()
3021 void CXXNameMangler::mangleCXXCtorType(CXXCtorType T) { in mangleCXXCtorType()
3455 CXXCtorType Type, in mangleCXXCtor()
DMicrosoftMangle.cpp153 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
1765 CXXCtorType Type, in mangleCXXCtor()