Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DMisleadingIndentationCheck.cpp67 const SourceManager &SM, const CompoundStmt *CStmt, in missingBracesCheck()
134 if (const auto *CStmt = Result.Nodes.getNodeAs<CompoundStmt>("compound")) in check() local