Searched refs:Delegating (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGClass.cpp | 290 bool Delegating) { in GetVTTParameter() argument 303 if (Delegating) { in GetVTTParameter() 1662 bool Delegating, in EmitCXXConstructorCall() argument 1688 Delegating, This, ArgBeg, ArgEnd); in EmitCXXConstructorCall() 1831 bool Delegating, in EmitCXXDestructorCall() argument 1834 llvm::Value *VTT = GetVTTParameter(GD, ForVirtualBase, Delegating); in EmitCXXDestructorCall()
|
| D | CGCXXABI.h | 307 bool ForVirtualBase, bool Delegating,
|
| D | ItaniumCXXABI.cpp | 147 bool ForVirtualBase, bool Delegating, 911 bool ForVirtualBase, bool Delegating, in EmitConstructorCall() argument 916 Delegating); in EmitConstructorCall()
|
| D | CGExprCXX.cpp | 398 bool Delegating = false; in EmitCXXConstructExpr() local 404 Delegating = true; in EmitCXXConstructExpr() 420 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(), in EmitCXXConstructExpr()
|
| D | CodeGenFunction.h | 1573 bool Delegating); 1586 bool ForVirtualBase, bool Delegating, 1613 bool ForVirtualBase, bool Delegating,
|
| D | MicrosoftCXXABI.cpp | 154 bool ForVirtualBase, bool Delegating, 791 bool Delegating, in EmitConstructorCall() argument
|