Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp355 Stmt::child_range StmtExprChild = StmtE->children(); in checkForGCDOrXPC() local
356 if (StmtExprChild.begin() == StmtExprChild.end()) in checkForGCDOrXPC()
358 auto *CompS = dyn_cast_or_null<CompoundStmt>(*StmtExprChild.begin()); in checkForGCDOrXPC()