Home
last modified time | relevance | path

Searched refs:RemoveStars (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseAutoCheck.cpp30 size_t GetTypeNameLength(bool RemoveStars, StringRef Text) { in GetTypeNameLength() argument
44 (!RemoveStars && TemplateTypenameCntr == 0 && C == '*')) in GetTypeNameLength()
276 RemoveStars(Options.get("RemoveStars", false)) {} in UseAutoCheck()
280 Options.store(Opts, "RemoveStars", RemoveStars); in storeOptions()
371 if (RemoveStars) { in replaceExpr()
390 if (!RemoveStars) { in replaceExpr()
403 GetTypeNameLength(RemoveStars, in replaceExpr()
415 Diag << FixItHint::CreateReplacement(Range, RemoveStars ? "auto " : "auto") in replaceExpr()
DUseAutoCheck.h35 const bool RemoveStars; variable
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dmodernize-use-auto.rst186 If the :option:`RemoveStars` option (see below) is set to `true`, then ``*s``
191 // MinTypeNameLength = 0, RemoveStars=0
198 // MinTypeNameLength = 5, RemoveStars=0
207 // MinTypeNameLength = 5, RemoveStars=1
217 .. option:: RemoveStars
227 // RemoveStars = 0
231 // RemoveStars = 1