Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp351 Stmt::child_range StmtExprChild = StmtE->children(); in checkForGCDOrXPC() local
352 if (StmtExprChild.begin() == StmtExprChild.end()) in checkForGCDOrXPC()
354 auto *CompS = dyn_cast_or_null<CompoundStmt>(*StmtExprChild.begin()); in checkForGCDOrXPC()