clang
3.7.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 () |
![]() | |
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 bool | classof (const Stmt *T) |
Additional Inherited Members | |
![]() | |
SwitchCase (StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) | |
SwitchCase (StmtClass SC, EmptyShell) | |
![]() | |
SwitchCase * | NextSwitchCase |
SourceLocation | KeywordLoc |
SourceLocation | ColonLoc |
|
inline |
|
inlineexplicit |
|
inline |
Definition at line 769 of file Stmt.h.
References ColonLoc.
Referenced by clang::ASTNodeImporter::VisitDefaultStmt().
|
inline |
Definition at line 767 of file Stmt.h.
Referenced by clang::Sema::ActOnFinishSwitchStmt(), and clang::ASTNodeImporter::VisitDefaultStmt().
|
inline |
|
inline |
|
inline |
Definition at line 763 of file Stmt.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitDefaultStmt(), and clang::ASTNodeImporter::VisitDefaultStmt().
|
inline |
|
inline |
|
inline |