reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2405 for (; Pos != End; ++Pos) { 2405 for (; Pos != End; ++Pos) { 2409 if (Body[Pos] != '$' || Pos + 1 == End) 2409 if (Body[Pos] != '$' || Pos + 1 == End) 2412 char Next = Body[Pos + 1]; 2418 if (Body[Pos] == '\\' && Pos + 1 != End) 2418 if (Body[Pos] == '\\' && Pos + 1 != End) 2424 OS << Body.slice(0, Pos); 2427 if (Pos == End) 2431 switch (Body[Pos + 1]) { 2445 unsigned Index = Body[Pos + 1] - '0'; 2455 Pos += 2; 2457 unsigned I = Pos + 1; 2466 const char *Begin = Body.data() + Pos + 1; 2467 StringRef Argument(Begin, I - (Pos + 1)); 2472 Pos += 2; 2479 if (Body[Pos + 1] == '(' && Body[Pos + 2] == ')') 2479 if (Body[Pos + 1] == '(' && Body[Pos + 2] == ')') 2480 Pos += 3; 2483 Pos = I; 2512 Pos += 1 + Argument.size(); 2517 Body = Body.substr(Pos);