Searched defs:DeclStmt (Results 1 – 2 of 2) sorted by relevance
455 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, in DeclStmt() function460 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt() function487 static bool classof(const DeclStmt *) { return true; } in classof()
1135 DECL_VISIT_STMT(DeclStmt) { in DECL_VISIT_STMT() argument