Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp342 StmtExpr *StmtE = nullptr; in checkForGCDOrXPC() local
346 StmtE = SE; in checkForGCDOrXPC()
352 if (!StmtE) in checkForGCDOrXPC()
355 Stmt::child_range StmtExprChild = StmtE->children(); in checkForGCDOrXPC()
377 RecContainer = StmtE; in checkForGCDOrXPC()