Home
last modified time | relevance | path

Searched refs:LookupRule (Results 1 – 4 of 4) sorted by relevance

/third_party/ninja/src/
Deval_env.cc44 const Rule* BindingEnv::LookupRule(const string& rule_name) { in LookupRule() function in BindingEnv
49 return parent_->LookupRule(rule_name); in LookupRule()
Dclean.cc243 const Rule* r = state_->bindings_.LookupRule(rule); in CleanRule()
261 const Rule* rule = state_->bindings_.LookupRule(rule_name); in CleanRules()
Deval_env.h90 const Rule* LookupRule(const string& rule_name);
Dmanifest_parser.cc249 const Rule* rule = env_->LookupRule(rule_name); in ParseEdge()