Searched refs:LookupRuleCurrentScope (Results 1 – 3 of 3) sorted by relevance
33 assert(LookupRuleCurrentScope(rule->name()) == NULL); in AddRule()37 const Rule* BindingEnv::LookupRuleCurrentScope(const string& rule_name) { in LookupRuleCurrentScope() function in BindingEnv
91 const Rule* LookupRuleCurrentScope(const string& rule_name);
139 if (env_->LookupRuleCurrentScope(name) != NULL) in ParseRule()