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

References

tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp
  307   for (size_t i = 0; i < MPIDatatypes.size(); ++i) {
  307   for (size_t i = 0; i < MPIDatatypes.size(); ++i) {
  308     const Type *const BT = BufferTypes[i];
  312       Error = !isTypedefTypeMatching(Typedef, BufferTypeName, MPIDatatypes[i]);
  315           !isCComplexTypeMatching(Complex, BufferTypeName, MPIDatatypes[i], LO);
  318                                         MPIDatatypes[i], LO);
  321           !isBuiltinTypeMatching(Builtin, BufferTypeName, MPIDatatypes[i], LO);
  325       const auto Loc = BufferExprs[i]->getSourceRange().getBegin();
  327           << BufferTypeName << MPIDatatypes[i];