Changes in src/InitTweak/InitTweak.h [d76c588:d7aa12c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
rd76c588 rd7aa12c 30 30 FunctionDecl * isCopyConstructor( Declaration * decl ); 31 31 FunctionDecl * isCopyFunction( Declaration * decl, const std::string & fname ); 32 bool isCopyFunction( const ast::FunctionDecl * decl );33 32 34 33 /// returns the base type of the first parameter to a constructor/destructor/assignment function
Note:
See TracChangeset
for help on using the changeset viewer.