Lines Matching defs:This
9 // This provides an abstract class for C++ code generation. Concrete subclasses
184 /// pointer. Apply the this-adjustment and set 'This' to the
187 CodeGenFunction &CGF, const Expr *E, Address This,
309 Address This,
396 Address This, bool VirtualCall) {
397 return This;
404 /// function. This generally involves extra data for constructors and
447 Address This, QualType ThisTy) = 0;
480 GlobalDecl GD, Address This,
490 CXXDtorType DtorType, Address This,
508 performThisAdjustment(CodeGenFunction &CGF, Address This,
588 /// This is called by the standard implementation of ReadArrayCookie.
655 /// Load a vtable from This, an object of polymorphic type RD, or from one of
659 LoadVTablePtr(CodeGenFunction &CGF, Address This,