Searched defs:EmptyShell (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h93 struct EmptyShell { }; struct in class:clang::Decl
296 Decl(Kind DK, EmptyShell Empty)
H A DStmt.h235 struct EmptyShell { }; struct in class:clang::Stmt
239 explicit Stmt(StmtClass SC, EmptyShell) {
367 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { }
428 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
472 explicit CompoundStmt(EmptyShell Empty)
590 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass) { }
645 explicit DefaultStmt(EmptyShell) : SwitchCase(DefaultStmtClass) { }
682 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
719 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
791 explicit SwitchStmt(EmptyShell Empt
[all...]

Completed in 102 milliseconds