Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Pos

47     size_t Pos = Str.find(ToggleHighlight);
48 OS << Str.slice(0, Pos);
49 if (Pos == StringRef::npos)
52 Str = Str.substr(Pos + 1);