Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DDefineOutline.cpp310 SourceLocation InitStart; in getDeletionRange() local
316 InitStart = CInit->getSourceLocation(); in getDeletionRange()
319 if (InitStart.isValid()) { in getDeletionRange()
322 Toks = Toks.take_while([&TokBuf, &InitStart](const syntax::Token &Tok) { in getDeletionRange()
324 InitStart); in getDeletionRange()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp204 SourceLocation InitStart = in processVarDecl() local
207 removeVoidArgumentTokens(Result, SourceRange(Begin, InitStart), in processVarDecl()