Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp338 StmtExpr *StmtE = nullptr; in checkForGCDOrXPC() local
342 StmtE = SE; in checkForGCDOrXPC()
348 if (!StmtE) in checkForGCDOrXPC()
351 Stmt::child_range StmtExprChild = StmtE->children(); in checkForGCDOrXPC()
373 RecContainer = StmtE; in checkForGCDOrXPC()