Home
last modified time | relevance | path

Searched defs:ForVirtualBase (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
H A DCGClass.cpp461 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 DCGCXXABI.cpp343 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
H A DItaniumCXXABI.cpp1677 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1690 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1697 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DMicrosoftCXXABI.cpp1594 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1617 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1623 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DCGExprCXX.cpp633 bool ForVirtualBase = false; in EmitCXXConstructExpr() local