Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIterator.h151 bool isEraseCall(const FunctionDecl *Func);
DMismatchedIteratorChecker.cpp96 if (isEraseCall(Func) || isEraseAfterCall(Func)) { in checkPreCall()
DIterator.cpp98 bool isEraseCall(const FunctionDecl *Func) { in isEraseCall() function