Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp169 if (DeclStmt *DclS = dyn_cast<DeclStmt>(child)) { in VisitCompoundStmt() local
170 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
171 if (VarDecl *VD = dyn_cast<VarDecl>(DclS->getSingleDecl())) { in VisitCompoundStmt()
174 info.Dcl = DclS; in VisitCompoundStmt()