Home | History | Annotate | Download | only in AST

Lines Matching defs:lastPos

902   std::string::size_type pos, lastPos = 0;
906 pos = name.find_first_of(':', lastPos);
907 Out << " " << name.substr(lastPos, pos - lastPos);
909 lastPos = pos + 1;