Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
H A DCGCXXABI.cpp299 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs()
H A DCGClass.cpp461 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 DItaniumCXXABI.cpp1698 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1711 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1719 bool Delegating, Address This, in EmitDestructorCall()
H A DMicrosoftCXXABI.cpp1587 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs()
1610 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam()
1617 bool Delegating, Address This, in EmitDestructorCall()
H A DCGExprCXX.cpp630 bool Delegating = false; in EmitCXXConstructExpr() local