Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h149 bool isEmplaceCall(const FunctionDecl *Func);
H A DMismatchedIteratorChecker.cpp111 } else if (isEmplaceCall(Func)) { in checkPreCall()
H A DIterator.cpp87 bool isEmplaceCall(const FunctionDecl *Func) { in isEmplaceCall() function