Home | History | Annotate | Download | only in Frontend

Lines Matching defs:End

68 } // End anonymous namespace.
145 // Send the diagnostic to the buffer, we will check it once we reach the end
206 : Begin(S.begin()), End(S.end()), C(Begin), P(Begin), PEnd(nullptr) {}
212 if (PEnd > End)
222 for (; P < End && P[0] >= '0' && P[0] <= '9'; ++P) {
237 P = std::search(C, End, S.begin(), S.end());
239 if (P == End)
258 while (P < End) {
259 StringRef S(P, End - P);
281 return C < End;
286 for (; C < End && isWhitespace(*C); ++C)
292 return !(C < End);
296 const char * const End; // end of expected content (1-past)
301 const char *PEnd; // previous next/search subject end (1-past)
478 const char* const ContentEnd = PH.P; // mark content end
704 for (II = Right.begin(), IE = Right.end(); II != IE; ++II) {
730 num += PrintUnexpected(Diags, &SourceMgr, Right.begin(), Right.end(), Label);
817 End = ParsedFiles.end(); I != End; ++I) {
824 End = UnparsedFiles.end(); I != End; ++I) {