Searched refs:LookupRule (Results 1 – 4 of 4) sorted by relevance
44 const Rule* BindingEnv::LookupRule(const string& rule_name) { in LookupRule() function in BindingEnv49 return parent_->LookupRule(rule_name); in LookupRule()
243 const Rule* r = state_->bindings_.LookupRule(rule); in CleanRule()261 const Rule* rule = state_->bindings_.LookupRule(rule_name); in CleanRules()
90 const Rule* LookupRule(const string& rule_name);
249 const Rule* rule = env_->LookupRule(rule_name); in ParseEdge()