Searched refs:IsReservedBinding (Results 1 – 3 of 3) sorted by relevance
66 static bool IsReservedBinding(const std::string& var);
67 bool Rule::IsReservedBinding(const string& var) { in IsReservedBinding() function in Rule
152 if (Rule::IsReservedBinding(key)) { in ParseRule()