Changes in src/AST/SymbolTable.hpp [490fb92e:954c954]
- File:
-
- 1 edited
-
src/AST/SymbolTable.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/SymbolTable.hpp
r490fb92e r954c954 145 145 146 146 /// convenience function for adding all of the declarations in a function type to the indexer 147 void addFunction( const FunctionDecl *);147 // void addFunctionType( const FunctionType * ftype ); 148 148 149 149 private:
Note:
See TracChangeset
for help on using the changeset viewer.