Home | History | Annotate | Download | only in Edit

Lines Matching full:loc

270                           SourceLocation Loc, FileOffset offs,
273 SourceLocation BeginTokLoc = Lexer::GetBeginningOfToken(Loc, SM, LangOpts);
274 if (BeginTokLoc != Loc)
310 SourceLocation Loc = SM.getLocForStartOfFile(offs.getFID());
311 Loc = Loc.getLocWithOffset(offs.getOffset());
312 assert(Loc.isFileID());
315 adjustRemoval(SM, LangOpts, Loc, offs, len, text);
317 CharSourceRange range = CharSourceRange::getCharRange(Loc,
318 Loc.getLocWithOffset(len));
329 receiver.insert(Loc, text);