Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DGlobalDecl.h47 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl()
62 CXXCtorType getCtorType() const { in getCtorType()
64 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType()
DMangle.h110 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/
DCodeGenTypes.h65 inline CXXCtorType toCXXCtorType(StructorType T) { in toCXXCtorType()
77 inline StructorType getFromCtorType(CXXCtorType T) { in getFromCtorType()
257 CXXCtorType CtorKind,
274 CXXCtorType CT);
DCGClass.cpp522 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()
DCGCXXABI.h345 CXXCtorType Type, bool ForVirtualBase,
DCodeGenFunction.h1351 void EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType Type,
1838 CXXCtorType CtorType,
1848 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
DMicrosoftCXXABI.cpp249 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()
DItaniumCXXABI.cpp235 CXXCtorType Type, bool ForVirtualBase,
1422 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, in addImplicitConstructorArgs()
DCGCall.cpp262 CXXCtorType CtorKind, in arrangeCXXConstructorCall()
382 CXXCtorType CT) { in arrangeMSCtorClosure()
DCGExprCXX.cpp478 CXXCtorType Type = Ctor_Complete; in EmitCXXConstructExpr()
/external/clang/include/clang/Basic/
DABI.h25 enum CXXCtorType { enum
/external/clang/lib/AST/
DMangle.cpp204 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock()
DMicrosoftMangle.cpp127 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()
DItaniumMangle.cpp156 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/
DCIndex.cpp3620 M->mangleCXXCtor(CD, static_cast<CXXCtorType>(StructorType), FOS); in getMangledStructor()