diff options
Diffstat (limited to 'include/chillAST/chillAST_def.hh')
-rw-r--r-- | include/chillAST/chillAST_def.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chillAST/chillAST_def.hh b/include/chillAST/chillAST_def.hh index 7d729d6..59a7f95 100644 --- a/include/chillAST/chillAST_def.hh +++ b/include/chillAST/chillAST_def.hh @@ -180,6 +180,7 @@ typedef std::vector<chillAST_TypedefDecl *> chillAST_TypedefTable; chillAST_VarDecl *symbolTableFindName(chillAST_SymbolTable *table, const char *name); chillAST_VarDecl *symbolTableFindVariableNamed(chillAST_SymbolTable *table, const char *name); +chillAST_TypedefDecl *typedefTableFindName(chillAST_TypedefTable *table, const char *name); void printSymbolTable(chillAST_SymbolTable *st); void printSymbolTableMoreInfo(chillAST_SymbolTable *st); |