Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DBracesAroundStatementsCheck.cpp100 ShortStatementLines(Options.get("ShortStatementLines", 0U)) {} in BracesAroundStatementsCheck()
104 Options.store(Opts, "ShortStatementLines", ShortStatementLines); in storeOptions()
237 if (ShortStatementLines && !ForceBracesStmts.erase(S)) { in checkStmt()
240 if (EndLine - StartLine < ShortStatementLines) in checkStmt()
H A DBracesAroundStatementsCheck.h64 const unsigned ShortStatementLines; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dbraces-around-statements.rst30 .. option:: ShortStatementLines