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