Changes in src/InitTweak/InitTweak.h [29bc63e:7c3f3be]
- File:
-
- 1 edited
-
src/InitTweak/InitTweak.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
r29bc63e r7c3f3be 29 29 FunctionDecl * isCopyConstructor( Declaration * decl ); 30 30 FunctionDecl * isCopyFunction( Declaration * decl, const std::string & fname ); 31 32 /// returns the base type of the first parameter to a constructor/destructor/assignment function 33 Type * getThisType( FunctionType * ftype ); 34 35 /// returns the first parameter of a constructor/destructor/assignment function 36 ObjectDecl * getThisParam( FunctionType * ftype ); 31 37 32 38 /// transform Initializer into an argument list that can be passed to a call expression
Note:
See TracChangeset
for help on using the changeset viewer.