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

/external/clang/include/clang/AST/
H A DStmt.h106 enum StmtClass { enum in class:clang::Stmt
344 explicit Stmt(StmtClass SC, EmptyShell) {
350 Stmt(StmtClass SC) {
355 StmtClass getStmtClass() const {
356 return static_cast<StmtClass>(StmtBits.sClass);
368 static void addStmtClass(const StmtClass s);
648 SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)
652 SwitchCase(StmtClass SC, EmptyShell)
1405 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile,
1414 explicit AsmStmt(StmtClass S
[all...]

Completed in 71 milliseconds