Searched refs:with_names (Results 1 – 4 of 4) sorted by relevance
49 void PrintLabel(std::ostream& os, const Label& l, bool with_names) { in PrintLabel() argument53 if (with_names) { in PrintLabel()
195 void PrintSignature(std::ostream& os, const Signature& sig, bool with_names) { in PrintSignature() argument199 if (with_names && !sig.parameter_names.empty()) { in PrintSignature()216 if (with_names) os << sig.labels[i].name; in PrintSignature()
363 void PrintLabel(std::ostream& os, const Label& l, bool with_names);
416 void PrintSignature(std::ostream& os, const Signature& sig, bool with_names);