Home | History | Annotate | Download | only in MC

Lines Matching refs:Position

313     size_t Position = Comments.find('\n');
314 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n';
316 Comments = Comments.substr(Position+1);