/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | GlobalDecl.h | 89 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) : Value(D, Type) {} in GlobalDecl() 105 CXXCtorType getCtorType() const { in getCtorType() 107 return static_cast<CXXCtorType>(Value.getInt()); in getCtorType() 169 GlobalDecl getWithCtorType(CXXCtorType Type) { in getWithCtorType()
|
H A D | Mangle.h | 150 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT, 269 CXXCtorType CT, uint32_t Size,
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 150 CXXCtorType Type); 240 CXXCtorType CtorKind, 252 CXXCtorType CT);
|
H A D | CGCXXABI.h | 419 CXXCtorType Type, bool ForVirtualBase, 428 CXXCtorType Type, bool ForVirtualBase,
|
H A D | CGClass.cpp | 842 CXXCtorType CtorType = CurGD.getCtorType(); in EmitConstructorBody() 1271 CXXCtorType CtorType, in EmitCtorPrologue() 2121 CXXCtorType Type, in EmitCXXConstructorCall() 2173 CXXCtorType Type, CallArgList &Args) { in canEmitDelegateCallArgs() 2196 CXXCtorType Type, in EmitCXXConstructorCall() 2320 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() 2421 CXXCtorType CtorType, in EmitDelegateCXXConstructorCall()
|
H A D | CGCXXABI.cpp | 342 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, in addImplicitConstructorArgs()
|
H A D | CodeGenFunction.h | 2263 void EmitCtorPrologue(const CXXConstructorDecl *CD, CXXCtorType Type, 2850 CXXCtorType CtorType, 2865 CXXCtorType CtorType, 2878 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type, 2882 void EmitCXXConstructorCall(const CXXConstructorDecl *D, CXXCtorType Type,
|
H A D | MicrosoftCXXABI.cpp | 280 CXXCtorType Type, 783 CXXCtorType CT); 1598 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, in getImplicitConstructorArgs() 4068 CXXCtorType CT) { in getAddrOfCXXCtorClosure() 4192 CXXCtorType CT = Ctor_Complete; in getCatchableType()
|
H A D | CGCall.cpp | 311 const InheritedConstructor &Inherited, CXXCtorType Type) { in inheritingCtorHasParams() 408 CXXCtorType CtorKind, in arrangeCXXConstructorCall() 560 CXXCtorType CT) { in arrangeMSCtorClosure()
|
H A D | CGExprCXX.cpp | 635 CXXCtorType Type = Ctor_Complete; in EmitCXXConstructExpr()
|
H A D | ItaniumCXXABI.cpp | 227 CXXCtorType Type, 1665 CodeGenFunction &CGF, const CXXConstructorDecl *D, CXXCtorType Type, in getImplicitConstructorArgs()
|
H A D | CodeGenModule.cpp | 1552 CXXCtorType OrigCtorType = GD.getCtorType(); in getMangledName()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | ABI.h | 24 enum CXXCtorType { enum
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Mangle.cpp | 272 CXXCtorType CT, const BlockDecl *BD, in mangleCtorBlock() 556 GD = GlobalDecl(CD, static_cast<CXXCtorType>(StructorType)); in getMangledStructor()
|
H A D | MicrosoftMangle.cpp | 179 CXXCtorType CT, uint32_t Size, uint32_t NVOffset, 348 const CXXConstructorDecl *D, CXXCtorType Type) in MicrosoftCXXNameMangler() 3634 QualType T, const CXXConstructorDecl *CD, CXXCtorType CT, uint32_t Size, in mangleCXXCatchableType()
|
H A D | ItaniumMangle.cpp | 408 const CXXConstructorDecl *D, CXXCtorType Type) in CXXNameMangler() 574 void mangleCXXCtorType(CXXCtorType T, const CXXRecordDecl *InheritedFrom); 1624 mangleCXXCtorType(static_cast<CXXCtorType>(StructorType), InheritedFrom); in mangleUnqualifiedName() 5204 void CXXNameMangler::mangleCXXCtorType(CXXCtorType T, in mangleCXXCtorType()
|