Searched refs:ForVirtualBase (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGCXXABI.h | 333 CXXCtorType Type, bool ForVirtualBase, 339 bool ForVirtualBase, bool Delegating,
|
| HD | CGClass.cpp | 298 bool ForVirtualBase, in GetVTTParameter() argument 320 assert(!ForVirtualBase && "Can't have same class as virtual base!"); in GetVTTParameter() 324 CharUnits BaseOffset = ForVirtualBase ? in GetVTTParameter() 1776 bool ForVirtualBase, in EmitCXXConstructorCall() argument 1816 *this, D, Type, ForVirtualBase, Delegating, Args); in EmitCXXConstructorCall() 1952 bool ForVirtualBase, in EmitCXXDestructorCall() argument 1955 CGM.getCXXABI().EmitDestructorCall(*this, DD, Type, ForVirtualBase, in EmitCXXDestructorCall()
|
| HD | ItaniumCXXABI.cpp | 182 CXXCtorType Type, bool ForVirtualBase, 187 CXXDtorType Type, bool ForVirtualBase, 1280 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 1286 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in addImplicitConstructorArgs() 1295 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument 1298 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in EmitDestructorCall()
|
| HD | CGExprCXX.cpp | 437 bool ForVirtualBase = false; in EmitCXXConstructExpr() local 452 ForVirtualBase = true; in EmitCXXConstructExpr() 460 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(), in EmitCXXConstructExpr()
|
| HD | CodeGenFunction.h | 1741 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase, 1755 bool ForVirtualBase, bool Delegating, 1777 bool ForVirtualBase, bool Delegating,
|
| HD | MicrosoftCXXABI.cpp | 200 CXXCtorType Type, bool ForVirtualBase, 205 CXXDtorType Type, bool ForVirtualBase, 1416 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 1441 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument
|