ADT
        aaron-thesis
        arm-eh
        ast-experimental
        cleanup-dtors
        deferred_resn
        demangler
        enum
        forall-pointer-decay
        jacob/cs343-translation
        jenkins-sandbox
        new-ast
        new-ast-unique-expr
        new-env
        no_list
        persistent-indexer
        pthread-emulation
        qualifiedEnum
        resolv-new
        with_gc
      
      
        
          | Last change
 on this file since a493682 was             bf2438c, checked in by Thierry Delisle <tdelisle@…>, 8 years ago | 
        
          | 
Cleaned-up some headers using a tool called 'include-what-you-use'
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            906 bytes | 
      
      
| Rev | Line |  | 
|---|
| [41a7137] | 1 | // | 
|---|
|  | 2 | // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo | 
|---|
|  | 3 | // | 
|---|
|  | 4 | // The contents of this file are covered under the licence agreement in the | 
|---|
|  | 5 | // file "LICENCE" distributed with Cforall. | 
|---|
|  | 6 | // | 
|---|
|  | 7 | // DeclStats.h -- Prints summary information about a translation unit's declarations. | 
|---|
|  | 8 | // | 
|---|
|  | 9 | // Author           : Aaron Moss | 
|---|
|  | 10 | // Created On       : Wed Jan 31 16:40:00 2016 | 
|---|
|  | 11 | // Last Modified By : Aaron Moss | 
|---|
|  | 12 | // Last Modified On : Wed Jan 31 16:40:00 2016 | 
|---|
|  | 13 | // Update Count     : 1 | 
|---|
|  | 14 | // | 
|---|
|  | 15 |  | 
|---|
|  | 16 | #ifndef DECLSTATS_H | 
|---|
|  | 17 | #define DECLSTATS_H | 
|---|
|  | 18 |  | 
|---|
| [bf2438c] | 19 | #include <list>  // for list | 
|---|
|  | 20 |  | 
|---|
|  | 21 | class Declaration; | 
|---|
| [41a7137] | 22 |  | 
|---|
|  | 23 | namespace CodeTools { | 
|---|
|  | 24 |  | 
|---|
| [fa2de95] | 25 | /// Prints summary information about a translation unit's function declarations and calls | 
|---|
| [41a7137] | 26 | void printDeclStats( std::list< Declaration * > &translationUnit ); | 
|---|
|  | 27 |  | 
|---|
|  | 28 | }  // namespace CodeTools | 
|---|
|  | 29 |  | 
|---|
|  | 30 | #endif // DECLSTATS_H | 
|---|
|  | 31 |  | 
|---|
|  | 32 | // Local Variables: // | 
|---|
|  | 33 | // tab-width: 4 // | 
|---|
|  | 34 | // mode: c++ // | 
|---|
|  | 35 | // compile-command: "make install" // | 
|---|
| [bf2438c] | 36 | // End: // | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.