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

References

tools/llvm-diff/DifferenceEngine.cpp
  586   while (PI != PE && *PI == DC_match) {
  586   while (PI != PE && *PI == DC_match) {
  588     ++PI;
  593   for (; PI != PE; ++PI) {
  593   for (; PI != PE; ++PI) {
  594     switch (static_cast<DiffChange>(*PI)) {