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

References

tools/clang/tools/extra/clang-tidy/mpi/BufferDerefCheck.cpp
  113       for (auto It = Indirections.rbegin(); It != Indirections.rend(); ++It) {
  113       for (auto It = Indirections.rbegin(); It != Indirections.rend(); ++It) {
  116         if (*It == IndirectionType::Pointer) {