Searched refs:ReplaceShorterLiterals (Results 1 – 2 of 2) sorted by relevance
91 ReplaceShorterLiterals(Options.get("ReplaceShorterLiterals", false)) { in RawStringLiteralCheck()116 Options.store(Opts, "ReplaceShorterLiterals", ReplaceShorterLiterals); in storeOptions()131 if (ReplaceShorterLiterals || in check()
44 const bool ReplaceShorterLiterals; variable