Home
last modified time | relevance | path

Searched refs:LookupRuleCurrentScope (Results 1 – 3 of 3) sorted by relevance

/third_party/ninja/src/
Deval_env.cc33 assert(LookupRuleCurrentScope(rule->name()) == NULL); in AddRule()
37 const Rule* BindingEnv::LookupRuleCurrentScope(const string& rule_name) { in LookupRuleCurrentScope() function in BindingEnv
Deval_env.h91 const Rule* LookupRuleCurrentScope(const string& rule_name);
Dmanifest_parser.cc139 if (env_->LookupRuleCurrentScope(name) != NULL) in ParseRule()