Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DMisleadingIndentationCheck.cpp92 const Stmt *NextStmt = CStmt->body_begin()[i + 1]; in missingBracesCheck() local
93 SourceLocation NextLoc = NextStmt->getBeginLoc(); in missingBracesCheck()