Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp362 Stmt::child_range CompStmtChild = CompS->children(); in checkForGCDOrXPC() local
363 if (CompStmtChild.begin() == CompStmtChild.end()) in checkForGCDOrXPC()
365 auto *DeclS = dyn_cast_or_null<DeclStmt>(*CompStmtChild.begin()); in checkForGCDOrXPC()