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 96 struct EmptyShell { };
339 Decl(Kind DK, EmptyShell Empty)
    [all...]
Stmt.h 286 struct EmptyShell { };
327 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {}
441 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) { }
514 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
556 explicit CompoundStmt(EmptyShell Empty)
648 SwitchCase(StmtClass SC, EmptyShell)
693 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { }
745 explicit DefaultStmt(EmptyShell Empty)
791 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
831 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs
    [all...]

Completed in 53 milliseconds