Searched defs:ForVirtualBase (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenABITypes.cpp | 122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
|
H A D | CGClass.cpp | 460 bool ForVirtualBase, in GetVTTParameter() 2055 bool ForVirtualBase, in EmitCXXConstructorCall() 2130 bool ForVirtualBase, in EmitCXXConstructorCall() 2206 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() 2253 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() 2441 bool ForVirtualBase, in EmitCXXDestructorCall()
|
H A D | CGCXXABI.cpp | 299 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
H A D | ItaniumCXXABI.cpp | 1698 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1711 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1718 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
H A D | MicrosoftCXXABI.cpp | 1587 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1610 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1616 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
H A D | CGExprCXX.cpp | 629 bool ForVirtualBase = false; in EmitCXXConstructExpr() local
|