Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DBracesAroundStatementsCheck.cpp208 SourceLocation InitialLoc, SourceLocation EndLocHint) { in checkStmt() argument
248 if (EndLocHint.isValid()) { in checkStmt()
249 EndLoc = EndLocHint; in checkStmt()
DBracesAroundStatementsCheck.h54 SourceLocation EndLocHint = SourceLocation());