Home | History | Annotate | Download | only in Frontend

Lines Matching full:substr

27   return S.substr(0, Offset).str();
63 LineStr = LineStr.substr(Pos + strlen("struct "));
65 LineStr = LineStr.substr(Pos + strlen("class "));
67 LineStr = LineStr.substr(Pos + strlen("union "));
81 LineStr = LineStr.substr(Pos + strlen(" Size:"));
93 LineStr = LineStr.substr(Pos + strlen("Alignment:"));
105 LineStr = LineStr.substr(Pos + strlen("sizeof="));
115 LineStr = LineStr.substr(Pos + strlen("align="));
131 LineStr = LineStr.substr(Pos + strlen("FieldOffsets: ["));
139 (void)LineStr.substr(0, Idx).getAsInteger(10, Offset);
144 LineStr = LineStr.substr(Idx + 1);
146 LineStr = LineStr.substr(1);