Searched refs:search_local (Results 1 – 3 of 3) sorted by relevance
47 T* lookup(const string &name, bool search_local = true) {48 return lookup(name, search_local ? SCOPE_LOCAL : SCOPE_GLOBAL);
128 bool Parser::table_exists(TableDeclStmtNode *decl, bool search_local) { in table_exists() argument129 if (scopes_->top_table()->lookup(decl->id_->name_, search_local) == NULL) { in table_exists()
53 bool table_exists(TableDeclStmtNode *decl, bool search_local = true);