Searched refs:isInsertCall (Results 1 – 1 of 1) sorted by relevance
314 bool isInsertCall(const FunctionDecl *Func);509 } else if (isInsertCall(Func)) { in checkPreCall()671 } else if (isInsertCall(Func) || isEmplaceCall(Func)) { in checkPostCall()1777 bool isInsertCall(const FunctionDecl *Func) { in isInsertCall() function