Searched refs:printLocalScope (Results 1 – 2 of 2) sorted by relevance
186 printLocalScope(false), printValueUsersFlag(false) { in OpPrintingFlags()196 printLocalScope = clOptions->printLocalScopeOpt; in OpPrintingFlags()234 printLocalScope = true; in useLocalScope()277 bool OpPrintingFlags::shouldUseLocalScope() const { return printLocalScope; } in shouldUseLocalScope()
831 bool printLocalScope : 1; variable