Changes in src/InitTweak/InitTweak.h [1a5ad8c:7c3f3be]
- File:
-
- 1 edited
-
src/InitTweak/InitTweak.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
r1a5ad8c r7c3f3be 31 31 32 32 /// returns the base type of the first parameter to a constructor/destructor/assignment function 33 Type * getT ypeofThis( FunctionType * ftype );33 Type * getThisType( FunctionType * ftype ); 34 34 35 35 /// returns the first parameter of a constructor/destructor/assignment function 36 ObjectDecl * get ParamThis( FunctionType * ftype );36 ObjectDecl * getThisParam( FunctionType * ftype ); 37 37 38 38 /// transform Initializer into an argument list that can be passed to a call expression … … 105 105 void addArrayIndex( Expression * index, Expression * dimension ); 106 106 void clearArrayIndices(); 107 bool addReference();108 107 109 108 class ExpanderImpl;
Note:
See TracChangeset
for help on using the changeset viewer.