Home
last modified time | relevance | path

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

/third_party/ninja/src/
Deval_env.h66 static bool IsReservedBinding(const std::string& var);
Deval_env.cc67 bool Rule::IsReservedBinding(const string& var) { in IsReservedBinding() function in Rule
Dmanifest_parser.cc152 if (Rule::IsReservedBinding(key)) { in ParseRule()