Searched defs:ForVirtualBase (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 128 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
|
| H A D | CGClass.cpp | 458 bool ForVirtualBase, in GetVTTParameter() 2131 bool ForVirtualBase, in EmitCXXConstructorCall() 2205 const CXXConstructorDecl *D, CXXCtorType Type, bool ForVirtualBase, in EmitCXXConstructorCall() 2277 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() 2326 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() 2518 bool ForVirtualBase, in EmitCXXDestructorCall()
|
| H A D | CGCXXABI.cpp | 346 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
| H A D | ItaniumCXXABI.cpp | 1935 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1952 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1959 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
| H A D | MicrosoftCXXABI.cpp | 1626 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1649 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1655 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall()
|
| H A D | CGExprCXX.cpp | 648 bool ForVirtualBase = false; in EmitCXXConstructExpr() local
|