Home | History | Annotate | Download | only in MC

Lines Matching defs:Position

278     size_t Position = Comments.find('\n');
279 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n';
281 Comments = Comments.substr(Position+1);