Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp170 if (DeclStmt *DclS = dyn_cast<DeclStmt>(child)) { in VisitCompoundStmt() local
171 if (DclS->isSingleDecl()) { in VisitCompoundStmt()
172 if (VarDecl *VD = dyn_cast<VarDecl>(DclS->getSingleDecl())) { in VisitCompoundStmt()
175 info.Dcl = DclS; in VisitCompoundStmt()