Searched defs:PrintScope (Results 1 – 2 of 2) sorted by relevance
117 struct PrintScope { struct118 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel) in PrintScope() function120 explicit PrintScope(const PrintScope &Other, uint32_t LabelWidth) in PrintScope() argument128 inline PrintScope withLabelWidth(const PrintScope &Scope, uint32_t W) { in withLabelWidth() argument
1561 std::function<void(const LVScope *Scope)> PrintScope = printSizes() local