Searched defs:ForVirtualBase (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenABITypes.cpp | 122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
|
| D | CGClass.cpp | 460 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()
|
| D | CGCXXABI.cpp | 299 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
| D | ItaniumCXXABI.cpp | 1710 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1723 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1730 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
| D | MicrosoftCXXABI.cpp | 1587 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1610 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1616 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
| D | CGExprCXX.cpp | 632 bool ForVirtualBase = false; in EmitCXXConstructExpr() local
|