Home
last modified time | relevance | path

Searched defs:BraceInsertionHints (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DBracesAroundStatement.h23 struct BraceInsertionHints { struct
30 BraceInsertionHints() = default; argument
33 BraceInsertionHints(SourceLocation DiagnosticPos) in BraceInsertionHints() function
38 BraceInsertionHints(SourceLocation OpeningBracePos, in BraceInsertionHints() function
70 BraceInsertionHints argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DAvoidReturnWithVoidValueCheck.cpp59 const auto BraceInsertionHints = utils::getBraceInsertionsHints( in check() local
H A DBracesAroundStatementsCheck.cpp150 const auto BraceInsertionHints = utils::getBraceInsertionsHints( in checkStmt() local