Home | History | Annotate | Download | only in MC

Lines Matching refs:Position

291     size_t Position = Comments.find('\n');
292 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n';
294 Comments = Comments.substr(Position+1);