Home | History | Annotate | Download | only in AST

Lines Matching refs:StrEnd

467   const char *StrEnd = Str.end();
474 for (; CurPtr != StrEnd; ++CurPtr) {
496 if (CurPtr == StrEnd) {
516 if (CurPtr == StrEnd) {
544 if (CurPtr == StrEnd) { // Premature end.
557 while (CurPtr != StrEnd && isDigit(*CurPtr))
576 const char *NameEnd = (const char*)memchr(CurPtr, ']', StrEnd-CurPtr);