Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:Start

249     void ReplaceText(SourceLocation Start, unsigned OrigLength,
252 if (!Rewrite.ReplaceText(Start, OrigLength, Str) ||
256 Diags.Report(Context->getFullLoc(Start), RewriteFailedDiag);
631 // Get the ID and start/end of the main file.
1519 // Find start location of 'collection' the hard way!
1642 // Get the start location and compute the semi location.
1783 // Get the start location and compute the semi location.
1904 assert((*startBuf == '@') && "bogus @finally start");
1951 // Get the start location and compute the semi location.
2032 startRef = startBuf; // mark the start.
4003 LParen = argPtr; // output the start.
4041 SourceLocation Start = DeclLoc.getLocWithOffset(startBuf-endBuf);
4090 ReplaceText(Start, OrigLength, buf);