Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DMisleadingIndentationCheck.cpp57 const CompoundStmt *CStmt) { in missingBracesCheck()
124 if (const auto *CStmt = Result.Nodes.getNodeAs<CompoundStmt>("compound")) in check() local