Searched refs:DeclS (Results 1 – 1 of 1) sorted by relevance
831 void ConsumedStmtVisitor::VisitDeclStmt(const DeclStmt *DeclS) { in VisitDeclStmt() argument832 for (const auto *DI : DeclS->decls()) in VisitDeclStmt()836 if (DeclS->isSingleDecl()) in VisitDeclStmt()837 if (const auto *Var = dyn_cast_or_null<VarDecl>(DeclS->getSingleDecl())) in VisitDeclStmt()838 PropagationMap.insert(PairType(DeclS, PropagationInfo(Var))); in VisitDeclStmt()