clang  3.7.0
clang::DefaultStmt Member List

This is the complete list of members for clang::DefaultStmt, including all inherited members.

children()clang::DefaultStmtinline
classof(const Stmt *T)clang::DefaultStmtinlinestatic
ColonLocclang::SwitchCaseprotected
DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt)clang::DefaultStmtinline
DefaultStmt(EmptyShell Empty)clang::DefaultStmtinlineexplicit
getColonLoc() const clang::DefaultStmtinline
getDefaultLoc() const clang::DefaultStmtinline
getKeywordLoc() const clang::SwitchCaseinline
getLocEnd() const LLVM_READONLYclang::DefaultStmtinline
getLocStart() const LLVM_READONLYclang::DefaultStmtinline
getNextSwitchCase() const clang::SwitchCaseinline
getNextSwitchCase()clang::SwitchCaseinline
getSubStmt()clang::DefaultStmtinline
getSubStmt() const clang::DefaultStmtinline
KeywordLocclang::SwitchCaseprotected
NextSwitchCaseclang::SwitchCaseprotected
setColonLoc(SourceLocation L)clang::DefaultStmtinline
setDefaultLoc(SourceLocation L)clang::DefaultStmtinline
setKeywordLoc(SourceLocation L)clang::SwitchCaseinline
setNextSwitchCase(SwitchCase *SC)clang::SwitchCaseinline
setSubStmt(Stmt *S)clang::DefaultStmtinline
SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)clang::SwitchCaseinlineprotected
SwitchCase(StmtClass SC, EmptyShell)clang::SwitchCaseinlineprotected