|
clang
3.8.0
|
#include <Stmt.h>
Public Member Functions | |
| DefaultStmt (SourceLocation DL, SourceLocation CL, Stmt *substmt) | |
| DefaultStmt (EmptyShell Empty) | |
| Build an empty default statement. More... | |
| Stmt * | getSubStmt () |
| const Stmt * | getSubStmt () const |
| void | setSubStmt (Stmt *S) |
| SourceLocation | getDefaultLoc () const |
| void | setDefaultLoc (SourceLocation L) |
| SourceLocation | getColonLoc () const |
| void | setColonLoc (SourceLocation L) |
| SourceLocation | getLocStart () const LLVM_READONLY |
| SourceLocation | getLocEnd () const LLVM_READONLY |
| child_range | children () |
Public Member Functions inherited from clang::SwitchCase | |
| const SwitchCase * | getNextSwitchCase () const |
| SwitchCase * | getNextSwitchCase () |
| void | setNextSwitchCase (SwitchCase *SC) |
| SourceLocation | getKeywordLoc () const |
| void | setKeywordLoc (SourceLocation L) |
| SourceLocation | getColonLoc () const |
| void | setColonLoc (SourceLocation L) |
| Stmt * | getSubStmt () |
| const Stmt * | getSubStmt () const |
| SourceLocation | getLocStart () const LLVM_READONLY |
| SourceLocation | getLocEnd () const LLVM_READONLY |
Static Public Member Functions | |
| static bool | classof (const Stmt *T) |
Static Public Member Functions inherited from clang::SwitchCase | |
| static bool | classof (const Stmt *T) |
Additional Inherited Members | |
Protected Member Functions inherited from clang::SwitchCase | |
| SwitchCase (StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) | |
| SwitchCase (StmtClass SC, EmptyShell) | |
Protected Attributes inherited from clang::SwitchCase | |
| SwitchCase * | NextSwitchCase |
| SourceLocation | KeywordLoc |
| SourceLocation | ColonLoc |
|
inline |
|
inlineexplicit |
|
inline |
Definition at line 754 of file Stmt.h.
References ColonLoc.
Referenced by clang::ASTNodeImporter::VisitDefaultStmt().
|
inline |
Definition at line 752 of file Stmt.h.
Referenced by clang::Sema::ActOnFinishSwitchStmt(), and clang::ASTNodeImporter::VisitDefaultStmt().
|
inline |
|
inline |
|
inline |
Definition at line 748 of file Stmt.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitDefaultStmt(), and clang::ASTNodeImporter::VisitDefaultStmt().
|
inline |
|
inline |
|
inline |
1.8.6