Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp319 SourceLocation InitStart; in getDeletionRange() local
325 InitStart = CInit->getSourceLocation(); in getDeletionRange()
328 if (InitStart.isValid()) { in getDeletionRange()
331 Toks = Toks.take_while([&TokBuf, &InitStart](const syntax::Token &Tok) { in getDeletionRange()
333 InitStart); in getDeletionRange()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DRedundantVoidArgCheck.cpp249 SourceLocation InitStart = in processVarDecl() local
252 removeVoidArgumentTokens(Result, SourceRange(Begin, InitStart), in processVarDecl()