Searched defs:ForVirtualBase (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
|
| H A D | CGClass.cpp | 461 bool ForVirtualBase, in GetVTTParameter() 2081 bool ForVirtualBase, in EmitCXXConstructorCall() 2156 bool ForVirtualBase, in EmitCXXConstructorCall() 2232 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() 2279 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() 2467 bool ForVirtualBase, in EmitCXXDestructorCall()
|
| H A D | CGCXXABI.cpp | 343 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
| H A D | ItaniumCXXABI.cpp | 1677 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1690 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1697 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
| H A D | MicrosoftCXXABI.cpp | 1594 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1617 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1623 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
| H A D | CGExprCXX.cpp | 633 bool ForVirtualBase = false; in EmitCXXConstructExpr() local
|