Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenABITypes.cpp122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
DCGClass.cpp460 bool ForVirtualBase, in GetVTTParameter()
2053 bool ForVirtualBase, in EmitCXXConstructorCall()
2128 bool ForVirtualBase, in EmitCXXConstructorCall()
2204 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall()
2251 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall()
2439 bool ForVirtualBase, in EmitCXXDestructorCall()
DCGCXXABI.cpp299 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
DItaniumCXXABI.cpp1710 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1723 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1730 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
DMicrosoftCXXABI.cpp1587 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1610 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1616 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
DCGExprCXX.cpp632 bool ForVirtualBase = false; in EmitCXXConstructExpr() local