Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp363 Stmt::child_range CompStmtChild = CompS->children(); in checkForGCDOrXPC() local
364 if (CompStmtChild.begin() == CompStmtChild.end()) in checkForGCDOrXPC()
366 auto *DeclS = dyn_cast_or_null<DeclStmt>(*CompStmtChild.begin()); in checkForGCDOrXPC()