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

/external/clang/include/clang/AST/
H A DDeclBase.h87 struct EmptyShell { }; struct in class:clang::Decl
325 Decl(Kind DK, EmptyShell Empty)
H A DStmt.h336 struct EmptyShell { }; struct in class:clang::Stmt
344 explicit Stmt(StmtClass SC, EmptyShell) {
453 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { }
526 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
563 explicit CompoundStmt(EmptyShell Empty)
652 SwitchCase(StmtClass SC, EmptyShell)
697 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { }
749 explicit DefaultStmt(EmptyShell Empty)
791 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
831 explicit AttributedStmt(EmptyShell Empt
[all...]

Completed in 996 milliseconds