reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Stmt.cpp
  545     for (; CurPtr != StrEnd; ++CurPtr) {
  570     if (CurPtr == StrEnd) {
  590     if (CurPtr == StrEnd) {
  624       if (CurPtr == StrEnd) { // Premature end.
  641       while (CurPtr != StrEnd && isDigit(*CurPtr))
  672       const char *NameEnd = (const char*)memchr(CurPtr, ']', StrEnd-CurPtr);