Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h149 bool isEmplaceCall(const FunctionDecl *Func);
H A DMismatchedIteratorChecker.cpp107 } else if (isEmplaceCall(Func)) { in checkPreCall()
H A DIterator.cpp87 bool isEmplaceCall(const FunctionDecl *Func) { in isEmplaceCall() function