Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp36 void analyzerIteratorPosition(const CallExpr *CE, CheckerContext &C) const;
46 &DebugIteratorModeling::analyzerIteratorPosition},
102 void DebugIteratorModeling::analyzerIteratorPosition(const CallExpr *CE, in analyzerIteratorPosition() function in DebugIteratorModeling