Home
last modified time | relevance | path

Searched refs:sourceRange (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp37 SourceRange Range = RequestRegion->sourceRange(); in reportDoubleNonblocking()
59 SourceRange Range = RequestRegion->sourceRange(); in reportMissingWait()
80 SourceRange Range = RequestRegion->sourceRange(); in reportUnmatchedWait()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h194 SourceRange sourceRange() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp711 SourceRange MemRegion::sourceRange() const { in sourceRange() function in MemRegion