Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp35 void analyzerIteratorPosition(const CallExpr *CE, CheckerContext &C) const;
45 &DebugIteratorModeling::analyzerIteratorPosition},
101 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition() function in DebugIteratorModeling