Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Pos

49     size_t Pos = Str.find(ToggleHighlight);
50 OS << Str.slice(0, Pos);
51 if (Pos == StringRef::npos)
54 Str = Str.substr(Pos + 1);