Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp354 auto *CompS = dyn_cast_or_null<CompoundStmt>(*StmtExprChild.begin()); in checkForGCDOrXPC() local
355 if (!CompS) in checkForGCDOrXPC()
358 Stmt::child_range CompStmtChild = CompS->children(); in checkForGCDOrXPC()