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

References

tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp
   73   IdentInfo_MPI_Recv = &ASTCtx.Idents.get("MPI_Recv");
   74   MPIPointToPointTypes.push_back(IdentInfo_MPI_Recv);
   75   MPIType.push_back(IdentInfo_MPI_Recv);
   76   assert(IdentInfo_MPI_Recv);