Searched refs:RangeFormat (Results 1 – 1 of 1) sorted by relevance
83 std::string RangeFormat = formatv("[{{0,{0}}, {{1,{0}}) ", IndexWidth); in dumpRecursive() local132 Result += formatv(RangeFormat.c_str(), P->startTokenIndex(), "end"); in dumpRecursive()134 Result += formatv(RangeFormat.c_str(), P->startTokenIndex(), End); in dumpRecursive()