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

/external/clang/include/clang/AST/
H A DDeclBase.h99 struct EmptyShell { }; struct in class:clang::Decl
316 Decl(Kind DK, EmptyShell Empty)
H A DStmt.h334 struct EmptyShell { }; struct in class:clang::Stmt
342 explicit Stmt(StmtClass SC, EmptyShell) {
451 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { }
518 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
555 explicit CompoundStmt(EmptyShell Empty)
633 SwitchCase(StmtClass SC, EmptyShell)
678 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { }
730 explicit DefaultStmt(EmptyShell Empty)
772 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
813 explicit AttributedStmt(EmptyShell Empt
[all...]

Completed in 41 milliseconds