Searched refs:FuncII (Results 1 – 1 of 1) sorted by relevance
564 const IdentifierInfo *FuncII = FD->getIdentifier(); in checkPreStmt() local565 if (!(FuncII == Retain || FuncII == Release || FuncII == MakeCollectable || in checkPreStmt()566 FuncII == Autorelease)) in checkPreStmt()597 if (FuncII == Retain) in checkPreStmt()599 else if (FuncII == Release) in checkPreStmt()601 else if (FuncII == MakeCollectable) in checkPreStmt()603 else if (FuncII == Autorelease) in checkPreStmt()