Home | History | Annotate | Download | only in AST

Lines Matching refs:lastPos

1048   std::string::size_type pos, lastPos = 0;
1051 pos = name.find_first_of(':', lastPos);
1052 Out << " " << name.substr(lastPos, pos - lastPos) << ':';
1057 lastPos = pos + 1;