summaryrefslogtreecommitdiff
path: root/include/chillAST/chillAST_def.hh
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-28 18:24:40 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-09-28 18:24:40 -0600
commit3c890c8bd87c91fd607975ed62977f3e5f93b0fa (patch)
tree066a439ceabdc2fabda59766844978045e81f9cc /include/chillAST/chillAST_def.hh
parent3f75a3cd12eb4eb2f34a5b6e07f82e7ebf51fe03 (diff)
downloadchill-3c890c8bd87c91fd607975ed62977f3e5f93b0fa.tar.gz
chill-3c890c8bd87c91fd607975ed62977f3e5f93b0fa.tar.bz2
chill-3c890c8bd87c91fd607975ed62977f3e5f93b0fa.zip
staging
Diffstat (limited to 'include/chillAST/chillAST_def.hh')
-rw-r--r--include/chillAST/chillAST_def.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chillAST/chillAST_def.hh b/include/chillAST/chillAST_def.hh
index 4ec60aa..ca90561 100644
--- a/include/chillAST/chillAST_def.hh
+++ b/include/chillAST/chillAST_def.hh
@@ -186,6 +186,7 @@ class chillAST_Preprocessing;
typedef std::vector<chillAST_Node *> chillAST_NodeList;
typedef std::vector<chillAST_VarDecl *> chillAST_SymbolTable;
typedef std::vector<chillAST_TypedefDecl *> chillAST_TypedefTable;
+typedef std::vector<chillAST_RecordDecl *> chillAST_RecordTable;
chillAST_VarDecl *symbolTableFindName(chillAST_SymbolTable *table, const char *name);