Home | History | Annotate | Download | only in Frontend

Lines Matching refs:atLoc

3244         SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3255 InsertText(atLoc, "// ");
3261 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3262 InsertText(atLoc, "/* ");
3265 atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3266 InsertText(atLoc, " */");