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

Declarations

tools/clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h
   32   bool isPointToPointType(const IdentifierInfo *const IdentInfo) const;

References

tools/clang/tools/extra/clang-tidy/mpi/BufferDerefCheck.cpp
   63   if (FuncClassifier.isPointToPointType(Identifier)) {
tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp
  283   if (FuncClassifier.isPointToPointType(Identifier)) {