Searched refs:ShortStatementLines (Results 1 – 3 of 3) sorted by relevance
100 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()
64 const unsigned ShortStatementLines; variable
30 .. option:: ShortStatementLines