Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypes.h65 inline CXXCtorType toCXXCtorType(StructorType T) { in toCXXCtorType()
77 inline StructorType getFromCtorType(CXXCtorType T) { in getFromCtorType()
213 CXXCtorType Type);
305 CXXCtorType CtorKind,
313 CXXCtorType CT);
DCGClass.cpp523 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()
DCGCXXABI.h361 CXXCtorType Type, bool ForVirtualBase,
DCodeGenFunction.h1434 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,
DMicrosoftCXXABI.cpp249 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()
DCGCall.cpp249 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams()
353 CXXCtorType CtorKind, in arrangeCXXConstructorCall()
486 CXXCtorType CT) { in arrangeMSCtorClosure()
DItaniumCXXABI.cpp227 CXXCtorType Type, bool ForVirtualBase,
1415 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, in addImplicitConstructorArgs()
DCGExprCXX.cpp483 CXXCtorType Type = Ctor_Complete; in EmitCXXConstructExpr()
DCodeGenModule.cpp649 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()
/external/clang/include/clang/AST/
DGlobalDecl.h49 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl()
64 CXXCtorType getCtorType() const { in getCtorType()
66 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType()
DMangle.h111 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/
DABI.h25 enum CXXCtorType { enum
/external/clang/lib/Index/
DCodegenNameGenerator.cpp151 MC->mangleCXXCtor(CD, static_cast<CXXCtorType>(StructorType), FOS); in getMangledStructor()
/external/clang/lib/AST/
DMangle.cpp204 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
DMicrosoftMangle.cpp161 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()
DItaniumMangle.cpp158 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()