Searched refs:CXXCtorType (Results 1 – 16 of 16) sorted by relevance
/external/clang/include/clang/AST/ |
D | GlobalDecl.h | 47 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl() 62 CXXCtorType getCtorType() const { in getCtorType() 64 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType()
|
D | Mangle.h | 124 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type, 132 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT,
|
/external/clang/include/clang/Basic/ |
D | ABI.h | 24 enum CXXCtorType { enum
|
/external/clang/lib/CodeGen/ |
D | CGCXXABI.h | 230 CXXCtorType T, 276 CXXCtorType Type,
|
D | CGCXX.cpp | 176 CXXCtorType ctorType) { in EmitCXXConstructor() 201 CXXCtorType ctorType, in GetAddrOfCXXConstructor()
|
D | CodeGenTypes.h | 193 CXXCtorType Type);
|
D | MicrosoftCXXABI.cpp | 62 CXXCtorType Type, 123 const CXXConstructorDecl *D, CXXCtorType Type, 345 CXXCtorType Type, in BuildConstructorSignature() 496 CXXCtorType Type, in EmitConstructorCall()
|
D | ItaniumCXXABI.cpp | 111 CXXCtorType T, 139 const CXXConstructorDecl *D, CXXCtorType Type, 764 CXXCtorType Type, in BuildConstructorSignature() 873 CXXCtorType Type, in EmitConstructorCall()
|
D | CGClass.cpp | 384 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()
|
D | CodeGenModule.h | 748 CXXCtorType ctorType, 1038 void EmitCXXConstructor(const CXXConstructorDecl *D, CXXCtorType Type);
|
D | CodeGenFunction.h | 1171 void EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType Type, 1575 CXXCtorType CtorType, 1583 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
|
D | CGExprCXX.cpp | 485 CXXCtorType Type = Ctor_Complete; in EmitCXXConstructExpr()
|
D | CGCall.cpp | 200 CXXCtorType ctorKind) { in arrangeCXXConstructorDeclaration()
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 68 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
|
D | ItaniumMangle.cpp | 150 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()
|
D | MicrosoftMangle.cpp | 167 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type, 1891 CXXCtorType Type, in mangleCXXCtor()
|