Searched defs:ForVirtualBase (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenABITypes.cpp | 122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
|
H A D | CGClass.cpp | 462 bool ForVirtualBase, in GetVTTParameter() 2122 bool ForVirtualBase, in EmitCXXConstructorCall() 2197 bool ForVirtualBase, in EmitCXXConstructorCall() 2273 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() 2320 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() 2508 bool ForVirtualBase, in EmitCXXDestructorCall()
|
H A D | CGCXXABI.cpp | 343 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
H A D | ItaniumCXXABI.cpp | 1666 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1679 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1686 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
H A D | MicrosoftCXXABI.cpp | 1599 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1622 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1628 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
H A D | CGExprCXX.cpp | 636 bool ForVirtualBase = false; in EmitCXXConstructExpr() local
|