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

References

tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  135     P = C;
  136     PEnd = C + S.size();
  146     P = C;
  152     if (PEnd == C)
  161     P = C;
  185         P = std::search(C, End, S.begin(), S.end());
  189         P = C;
  226     P = C;
  249     C = PEnd;
  250     return C < End;
  259     for (; C < End && isWhitespace(*C); ++C)
  259     for (; C < End && isWhitespace(*C); ++C)
  259     for (; C < End && isWhitespace(*C); ++C)
  265     return !(C < End);
  411     PH.C = PH.P;
  526         StringRef Filename(PH.C, PH.P-PH.C);
  526         StringRef Filename(PH.C, PH.P-PH.C);
  535           Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
  556         Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
  577           Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
  596       Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
  601     const char* const ContentBegin = PH.C; // mark content begin
  604       Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),