Searched defs:Delegating (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenABITypes.cpp | 122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
|
H A D | CGCXXABI.cpp | 299 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
|
H A D | CGClass.cpp | 461 bool Delegating) { in GetVTTParameter() 2056 bool Delegating, in EmitCXXConstructorCall() 2131 bool Delegating, in EmitCXXConstructorCall() 2254 bool Delegating, CallArgList &Args) { in EmitInlinedInheritingCXXConstructorCall() 2442 bool Delegating, Address This, in EmitCXXDestructorCall()
|
H A D | ItaniumCXXABI.cpp | 1698 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1711 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1719 bool Delegating, Address This, in EmitDestructorCall()
|
H A D | MicrosoftCXXABI.cpp | 1587 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() 1610 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() 1617 bool Delegating, Address This, in EmitDestructorCall()
|
H A D | CGExprCXX.cpp | 630 bool Delegating = false; in EmitCXXConstructExpr() local
|