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.cpp463 bool ForVirtualBase, in GetVTTParameter()
2122 bool ForVirtualBase, in EmitCXXConstructorCall()
2197 bool ForVirtualBase, in EmitCXXConstructorCall()
2272 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall()
2321 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall()
2513 bool ForVirtualBase, in EmitCXXDestructorCall()
H A DCGCXXABI.cpp348 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
H A DMicrosoftCXXABI.cpp1629 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1652 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1658 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DItaniumCXXABI.cpp1921 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1938 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1945 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
H A DCGExprCXX.cpp643 bool ForVirtualBase = false; in EmitCXXConstructExpr() local