Home | History | Annotate | Download | only in AST

Lines Matching full:lastpos

928   std::string::size_type pos, lastPos = 0;
931 pos = name.find_first_of(':', lastPos);
932 Out << " " << name.substr(lastPos, pos - lastPos);
935 lastPos = pos + 1;