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