Home
last modified time | relevance | path

Searched defs:EmptyShell (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h334 struct EmptyShell { }; struct
342 explicit Stmt(StmtClass SC, EmptyShell) { in Stmt() argument
640 SwitchCase(StmtClass SC, EmptyShell) in SwitchCase() argument
DDeclBase.h97 struct EmptyShell { }; struct
DExpr.h121 explicit Expr(StmtClass SC, EmptyShell) : Stmt(SC) { } in Expr() argument