Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp359 auto *CompS = dyn_cast_or_null<CompoundStmt>(*StmtExprChild.begin()); in checkForGCDOrXPC() local
360 if (!CompS) in checkForGCDOrXPC()
363 Stmt::child_range CompStmtChild = CompS->children(); in checkForGCDOrXPC()