Home | History | Annotate | Download | only in AST

Lines Matching defs:lastPos

860   std::string::size_type pos, lastPos = 0;
864 pos = name.find_first_of(':', lastPos);
865 Out << " " << name.substr(lastPos, pos - lastPos);
867 lastPos = pos + 1;