OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EmptyShell
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
DeclBase.h
99
struct
EmptyShell
{ };
316
Decl(Kind DK,
EmptyShell
Empty)
[
all
...]
Stmt.h
334
struct
EmptyShell
{ };
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
Empty, unsigned NumAttrs
[
all
...]
Completed in 32 milliseconds