Home | History | Annotate | Download | only in AST

Lines Matching refs:DeclStmt

56   // Statement names (DeclStmt, ImplicitCastExpr, etc)
303 void VisitDeclStmt(const DeclStmt *Node);
1506 if (const DeclStmt *DS = dyn_cast<DeclStmt>(S)) {
1532 void ASTDumper::VisitDeclStmt(const DeclStmt *Node) {
1534 for (DeclStmt::const_decl_iterator I = Node->decl_begin(),