Searched refs:shouldUseLocalScope (Results 1 – 2 of 2) sorted by relevance
277 bool OpPrintingFlags::shouldUseLocalScope() const { return printLocalScope; } in shouldUseLocalScope() function in OpPrintingFlags3263 if (!getParent() && !printerFlags.shouldUseLocalScope()) { in print()3272 bool shouldUseLocalScope = printerFlags.shouldUseLocalScope(); in print() local3276 if (shouldUseLocalScope && op->hasTrait<OpTrait::IsIsolatedFromAbove>()) in print()3291 if (!getParent() && !state.getPrinterFlags().shouldUseLocalScope()) in print()
810 bool shouldUseLocalScope() const;