Home
last modified time | relevance | path

Searched defs:DeclStmt (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h455 DeclStmt(DeclGroupRef dg, SourceLocation startLoc, in DeclStmt() function
460 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { } in DeclStmt() function
487 static bool classof(const DeclStmt *) { return true; } in classof()
/external/v8/tools/gcmole/
Dgcmole.cc1135 DECL_VISIT_STMT(DeclStmt) { in DECL_VISIT_STMT() argument