Searched refs:CXXCtorType (Results 1 – 16 of 16) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.h | 65 inline CXXCtorType toCXXCtorType(StructorType T) { in toCXXCtorType() 77 inline StructorType getFromCtorType(CXXCtorType T) { in getFromCtorType() 213 CXXCtorType Type); 305 CXXCtorType CtorKind, 313 CXXCtorType CT);
|
D | CGClass.cpp | 523 CXXCtorType CtorType) { in EmitBaseInitializer() 920 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() 1353 CXXCtorType CtorType, in EmitCtorPrologue() 2047 CXXCtorType Type, in EmitCXXConstructorCall() 2079 CXXCtorType Type, CallArgList &Args) { in canEmitDelegateCallArgs() 2102 CXXCtorType Type, in EmitCXXConstructorCall() 2220 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() 2315 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall()
|
D | CGCXXABI.h | 361 CXXCtorType Type, bool ForVirtualBase,
|
D | CodeGenFunction.h | 1434 void EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType Type, 1945 CXXCtorType CtorType, 1960 CXXCtorType CtorType, 1973 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type, 1977 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
|
D | MicrosoftCXXABI.cpp | 249 CXXCtorType Type, bool ForVirtualBase, 736 CXXCtorType CT); 1457 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, in addImplicitConstructorArgs() 3794 CXXCtorType CT) { in getAddrOfCXXCtorClosure() 3909 CXXCtorType CT = Ctor_Complete; in getCatchableType()
|
D | CGCall.cpp | 249 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams() 353 CXXCtorType CtorKind, in arrangeCXXConstructorCall() 486 CXXCtorType CT) { in arrangeMSCtorClosure()
|
D | ItaniumCXXABI.cpp | 227 CXXCtorType Type, bool ForVirtualBase, 1415 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, in addImplicitConstructorArgs()
|
D | CGExprCXX.cpp | 483 CXXCtorType Type = Ctor_Complete; in EmitCXXConstructExpr()
|
D | CodeGenModule.cpp | 649 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()
|
/external/clang/include/clang/AST/ |
D | GlobalDecl.h | 49 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl() 64 CXXCtorType getCtorType() const { in getCtorType() 66 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType()
|
D | Mangle.h | 111 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type, 120 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT, 218 CXXCtorType CT, uint32_t Size,
|
/external/clang/include/clang/Basic/ |
D | ABI.h | 25 enum CXXCtorType { enum
|
/external/clang/lib/Index/ |
D | CodegenNameGenerator.cpp | 151 MC->mangleCXXCtor(CD, static_cast<CXXCtorType>(StructorType), FOS); in getMangledStructor()
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 204 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
|
D | MicrosoftMangle.cpp | 161 CXXCtorType CT, uint32_t Size, uint32_t NVOffset, 179 void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type, 280 const CXXConstructorDecl *D, CXXCtorType Type) in MicrosoftCXXNameMangler() 2686 QualType T, const CXXConstructorDecl *CD, CXXCtorType CT, uint32_t Size, in mangleCXXCatchableType() 2812 CXXCtorType Type, in mangleCXXCtor()
|
D | ItaniumMangle.cpp | 158 void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type, 397 const CXXConstructorDecl *D, CXXCtorType Type) in CXXNameMangler() 544 void mangleCXXCtorType(CXXCtorType T, const CXXRecordDecl *InheritedFrom); 1333 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType), InheritedFrom); in mangleUnqualifiedName() 4001 void CXXNameMangler::mangleCXXCtorType(CXXCtorType T, in mangleCXXCtorType() 4476 CXXCtorType Type, in mangleCXXCtor()
|