Searched refs:isEraseCall (Results 1 – 3 of 3) sorted by relevance
151 bool isEraseCall(const FunctionDecl *Func);
96 if (isEraseCall(Func) || isEraseAfterCall(Func)) { in checkPreCall()
98 bool isEraseCall(const FunctionDecl *Func) { in isEraseCall() function