Home | History | Annotate | Download | only in AST

Lines Matching refs:StrEnd

477   const char *StrEnd = Str.end();
484 for (; CurPtr != StrEnd; ++CurPtr) {
506 if (CurPtr == StrEnd) {
526 if (CurPtr == StrEnd) {
558 if (CurPtr == StrEnd) { // Premature end.
575 while (CurPtr != StrEnd && isDigit(*CurPtr))
604 const char *NameEnd = (const char*)memchr(CurPtr, ']', StrEnd-CurPtr);