Home | History | Annotate | Download | only in MC

Lines Matching defs:Position

296     size_t Position = Comments.find('\n');
297 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n';
299 Comments = Comments.substr(Position+1);