Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp361 Stmt::child_range StmtExprChild = StmtE->children(); in checkForGCDOrXPC() local
362 if (!StmtExprChild) in checkForGCDOrXPC()
364 CompoundStmt *CompS = dyn_cast_or_null<CompoundStmt>(*StmtExprChild); in checkForGCDOrXPC()