Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp179 if (isPoolCreation(VD->getInit())) { in VisitCompoundStmt()
194 isPoolCreation(bop->getRHS())) { in VisitCompoundStmt()
350 bool isPoolCreation(Expr *E) { in isPoolCreation() function in __anon37f5eb850211::AutoreleasePoolRewriter