Searched refs:InitStart (Results 1 – 2 of 2) sorted by relevance
319 SourceLocation InitStart; in getDeletionRange() local325 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()
249 SourceLocation InitStart = in processVarDecl() local252 removeVoidArgumentTokens(Result, SourceRange(Begin, InitStart), in processVarDecl()