Changes in src/InitTweak/InitTweak.h [00a8e19:3cc1111]
- File:
- 
      - 1 edited
 
 - 
          
  src/InitTweak/InitTweak.h (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/InitTweak/InitTweak.hr00a8e19 r3cc1111 10 10 // Created On : Fri May 13 11:26:36 2016 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Mon Dec 6 13:20:00 202113 // Update Count : 812 // Last Modified On : Fri Nov 19 14:18:00 2021 13 // Update Count : 7 14 14 // 15 15 … … 31 31 const FunctionDecl * isCopyConstructor( const Declaration * decl ); 32 32 const FunctionDecl * isCopyFunction( const Declaration * decl, const std::string & fname ); 33 bool isAssignment( const ast::FunctionDecl * decl );34 bool isDestructor( const ast::FunctionDecl * decl );35 bool isDefaultConstructor( const ast::FunctionDecl * decl );36 bool isCopyConstructor( const ast::FunctionDecl * decl );37 33 bool isCopyFunction( const ast::FunctionDecl * decl ); 38 34 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  