Searched refs:CXXCtorType (Results 1 – 16 of 16) sorted by relevance
/external/clang/include/clang/AST/ |
D | GlobalDecl.h | 46 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl() 61 CXXCtorType getCtorType() const { in getCtorType() 63 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType()
|
D | Mangle.h | 118 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type, 126 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT,
|
/external/clang/lib/CodeGen/ |
D | MicrosoftCXXABI.cpp | 41 CXXCtorType Type, 60 CXXCtorType Type, bool ForVirtualBase, 129 CXXCtorType Type, in BuildConstructorSignature() 243 CXXCtorType Type, bool ForVirtualBase, in EmitConstructorCall()
|
D | CGCXXABI.h | 184 CXXCtorType T, 214 CXXCtorType Type, bool ForVirtualBase,
|
D | ItaniumCXXABI.cpp | 100 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()
|
D | CGCXX.cpp | 191 CXXCtorType ctorType) { in EmitCXXConstructor() 216 CXXCtorType ctorType, in GetAddrOfCXXConstructor()
|
D | CodeGenTypes.h | 190 CXXCtorType Type);
|
D | CodeGenModule.h | 701 CXXCtorType ctorType, 980 void EmitCXXConstructor(const CXXConstructorDecl *D, CXXCtorType Type);
|
D | CGClass.cpp | 383 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()
|
D | CodeGenFunction.h | 1444 void EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType Type, 1852 CXXCtorType CtorType, 1860 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
|
D | CGExprCXX.cpp | 493 CXXCtorType Type = Ctor_Complete; in EmitCXXConstructExpr()
|
D | CGCall.cpp | 202 CXXCtorType ctorKind) { in arrangeCXXConstructorDeclaration()
|
/external/clang/include/clang/Basic/ |
D | ABI.h | 24 enum CXXCtorType { enum
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 86 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
|
D | ItaniumMangle.cpp | 138 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()
|
D | MicrosoftMangle.cpp | 153 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type, 1765 CXXCtorType Type, in mangleCXXCtor()
|