Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:atLoc

3178         SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3189 InsertText(atLoc, "// ");
3195 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3196 InsertText(atLoc, "/* ");
3199 atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3200 InsertText(atLoc, " */");