Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp178 if (isPoolCreation(VD->getInit())) { in VisitCompoundStmt()
193 isPoolCreation(bop->getRHS())) { in VisitCompoundStmt()
349 bool isPoolCreation(Expr *E) { in isPoolCreation() function in __anone130fd180211::AutoreleasePoolRewriter