Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:atLoc

3245         SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3256 InsertText(atLoc, "// ");
3262 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3263 InsertText(atLoc, "/* ");
3266 atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3267 InsertText(atLoc, " */");