Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp121 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
H A DCGClass.cpp454 bool ForVirtualBase, in GetVTTParameter()
2113 bool ForVirtualBase, in EmitCXXConstructorCall()
2187 bool ForVirtualBase, in EmitCXXConstructorCall()
2263 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall()
2310 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall()
2498 bool ForVirtualBase, in EmitCXXDestructorCall()
H A DCGCXXABI.cpp339 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
H A DItaniumCXXABI.cpp1755 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1772 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1779 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DMicrosoftCXXABI.cpp1613 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1636 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1642 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DCGExprCXX.cpp640 bool ForVirtualBase = false; in EmitCXXConstructExpr() local