Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp275 MinTypeNameLength(Options.get("MinTypeNameLength", 5)), in UseAutoCheck()
279 Options.store(Opts, "MinTypeNameLength", MinTypeNameLength); in storeOptions()
401 if (MinTypeNameLength != 0 && in replaceExpr()
405 MinTypeNameLength) in replaceExpr()
H A DUseAutoCheck.h34 const unsigned int MinTypeNameLength; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-auto.rst180 .. option:: MinTypeNameLength
191 // MinTypeNameLength = 0, RemoveStars=0
198 // MinTypeNameLength = 5, RemoveStars=0
207 // MinTypeNameLength = 5, RemoveStars=1