Searched defs:PrintScope (Results 1 – 3 of 3) 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
1155 TEST_F(ScopedPrinterTest, PrintScope) { in TEST_F() argument
1553 std::function<void(const LVScope *Scope)> PrintScope = in printSizes() local