HomeSort by: relevance | last modified time | path
    Searched defs:EmptyShell (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 105 struct EmptyShell {};
390 Decl(Kind DK, EmptyShell Empty)
Stmt.h 1102 struct EmptyShell {};
1144 explicit Stmt(StmtClass SC, EmptyShell) : Stmt(SC) {}
1300 explicit DeclStmt(EmptyShell Empty) : Stmt(DeclStmtClass, Empty) {}
1372 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {}
1407 explicit CompoundStmt(EmptyShell Empty) : Stmt(CompoundStmtClass, Empty) {}
1538 SwitchCase(StmtClass SC, EmptyShell) : Stmt(SC) {}
1618 explicit CaseStmt(EmptyShell Empty, bool CaseStmtIsGNURange)
1730 explicit DefaultStmt(EmptyShell Empty)
1811 explicit LabelStmt(EmptyShell Empty) : ValueStmt(LabelStmtClass, Empty) {}
1861 explicit AttributedStmt(EmptyShell Empty, unsigned NumAttrs
    [all...]

Completed in 29 milliseconds