Searched refs:CXXCtorType (Results 1 – 15 of 15) 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 | 110 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type, 119 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT, 215 CXXCtorType CT, uint32_t Size,
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.h | 65 inline CXXCtorType toCXXCtorType(StructorType T) { in toCXXCtorType() 77 inline StructorType getFromCtorType(CXXCtorType T) { in getFromCtorType() 257 CXXCtorType CtorKind, 274 CXXCtorType CT);
|
D | CGClass.cpp | 522 CXXCtorType CtorType) { in EmitBaseInitializer() 919 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() 1357 CXXCtorType CtorType, in EmitCtorPrologue() 2049 CXXCtorType Type, in EmitCXXConstructorCall() 2186 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall()
|
D | CGCXXABI.h | 345 CXXCtorType Type, bool ForVirtualBase,
|
D | CodeGenFunction.h | 1351 void EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType Type, 1838 CXXCtorType CtorType, 1848 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
|
D | MicrosoftCXXABI.cpp | 249 CXXCtorType Type, bool ForVirtualBase, 736 CXXCtorType CT); 1460 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, in addImplicitConstructorArgs() 3780 CXXCtorType CT) { in getAddrOfCXXCtorClosure() 3895 CXXCtorType CT = Ctor_Complete; in getCatchableType()
|
D | ItaniumCXXABI.cpp | 235 CXXCtorType Type, bool ForVirtualBase, 1422 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, in addImplicitConstructorArgs()
|
D | CGCall.cpp | 262 CXXCtorType CtorKind, in arrangeCXXConstructorCall() 382 CXXCtorType CT) { in arrangeMSCtorClosure()
|
D | CGExprCXX.cpp | 478 CXXCtorType Type = Ctor_Complete; in EmitCXXConstructExpr()
|
/external/clang/include/clang/Basic/ |
D | ABI.h | 25 enum CXXCtorType { enum
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 204 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
|
D | MicrosoftMangle.cpp | 127 CXXCtorType CT, uint32_t Size, uint32_t NVOffset, 147 void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type, 242 const CXXConstructorDecl *D, CXXCtorType Type) in MicrosoftCXXNameMangler() 2581 QualType T, const CXXConstructorDecl *CD, CXXCtorType CT, uint32_t Size, in mangleCXXCatchableType() 2692 CXXCtorType Type, in mangleCXXCtor()
|
D | ItaniumMangle.cpp | 156 void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type, 278 const CXXConstructorDecl *D, CXXCtorType Type) in CXXNameMangler() 395 void mangleCXXCtorType(CXXCtorType T); 1049 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType)); in mangleUnqualifiedName() 3609 void CXXNameMangler::mangleCXXCtorType(CXXCtorType T) { in mangleCXXCtorType() 4040 CXXCtorType Type, in mangleCXXCtor()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 3620 M->mangleCXXCtor(CD, static_cast<CXXCtorType>(StructorType), FOS); in getMangledStructor()
|