Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/
H A DForest.cpp83 std::string RangeFormat = formatv("[{{0,{0}}, {{1,{0}}) ", IndexWidth); in dumpRecursive() local
132 Result += formatv(RangeFormat.c_str(), P->startTokenIndex(), "end"); in dumpRecursive()
134 Result += formatv(RangeFormat.c_str(), P->startTokenIndex(), End); in dumpRecursive()