Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
H A 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()
H A DCGCXXABI.cpp299 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
H A DItaniumCXXABI.cpp1710 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1723 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1730 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DMicrosoftCXXABI.cpp1587 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1610 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1616 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DCGExprCXX.cpp632 bool ForVirtualBase = false; in EmitCXXConstructExpr() local