| expression.h | 140 ThisExp* isThisExp(); 337 class ThisExp : public Expression 342 ThisExp *syntaxCopy(); 350 class SuperExp : public ThisExp 526 Expression *thisexp; // if !NULL, 'this' for class being allocated member in class:NewExp 536 static NewExp *create(const Loc &loc, Expression *thisexp, Type *newtype, Expressions *arguments); 547 Expression *thisexp; // if !NULL, 'this' for class being allocated member in class:NewAnonClassExp
|