HomeSort by relevance Sort by last modified time
    Searched defs:EmptyShell (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclBase.h 87 struct EmptyShell { };
325 Decl(Kind DK, EmptyShell Empty)
    [all...]
Stmt.h 336 struct EmptyShell { };
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 Empty, unsigned NumAttrs
    [all...]

Completed in 1519 milliseconds