Searched refs:colourize (Results 1 – 1 of 1) sorted by relevance
1886 std::string colourize(std::string S, StringRef Colour) const;1970 std::string DotCfgDiff::colourize(std::string S, StringRef Colour) const { in colourize() function in __anon94a753662a11::DotCfgDiff2044 EdgeLabels.insert({SourceSink, colourize(Value.str(), Colour)}); in DotCfgDiff()2047 std::string NV = colourize(V.str() + " " + Value.str(), Colour); in DotCfgDiff()