Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DBracesAroundStatementsCheck.cpp208 SourceLocation InitialLoc, SourceLocation EndLocHint) { in checkStmt() argument
221 if (!InitialLoc.isValid()) in checkStmt()
236 InitialLoc = Lexer::makeFileCharRange( in checkStmt()
237 CharSourceRange::getCharRange(InitialLoc, S->getBeginLoc()), in checkStmt()
240 if (InitialLoc.isInvalid()) in checkStmt()
243 Lexer::getLocForEndOfToken(InitialLoc, 0, SM, Context->getLangOpts()); in checkStmt()