Searched refs:FuncII (Results 1 – 1 of 1) sorted by relevance
526 const IdentifierInfo *FuncII = FD->getIdentifier(); in checkPreStmt() local527 if (!(FuncII == Retain || FuncII == Release || FuncII == MakeCollectable)) in checkPreStmt()558 if (FuncII == Retain) in checkPreStmt()560 else if (FuncII == Release) in checkPreStmt()562 else if (FuncII == MakeCollectable) in checkPreStmt()