clang  3.7.0
clang::CaseStmt Member List

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

CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, SourceLocation ellipsisLoc, SourceLocation colonLoc)clang::CaseStmtinline
CaseStmt(EmptyShell Empty)clang::CaseStmtinlineexplicit
children()clang::CaseStmtinline
classof(const Stmt *T)clang::CaseStmtinlinestatic
ColonLocclang::SwitchCaseprotected
getCaseLoc() const clang::CaseStmtinline
getColonLoc() const clang::CaseStmtinline
getEllipsisLoc() const clang::CaseStmtinline
getKeywordLoc() const clang::SwitchCaseinline
getLHS()clang::CaseStmtinline
getLHS() const clang::CaseStmtinline
getLocEnd() const LLVM_READONLYclang::CaseStmtinline
getLocStart() const LLVM_READONLYclang::CaseStmtinline
getNextSwitchCase() const clang::SwitchCaseinline
getNextSwitchCase()clang::SwitchCaseinline
getRHS()clang::CaseStmtinline
getRHS() const clang::CaseStmtinline
getSubStmt()clang::CaseStmtinline
getSubStmt() const clang::CaseStmtinline
KeywordLocclang::SwitchCaseprotected
NextSwitchCaseclang::SwitchCaseprotected
setCaseLoc(SourceLocation L)clang::CaseStmtinline
setColonLoc(SourceLocation L)clang::CaseStmtinline
setEllipsisLoc(SourceLocation L)clang::CaseStmtinline
setKeywordLoc(SourceLocation L)clang::SwitchCaseinline
setLHS(Expr *Val)clang::CaseStmtinline
setNextSwitchCase(SwitchCase *SC)clang::SwitchCaseinline
setRHS(Expr *Val)clang::CaseStmtinline
setSubStmt(Stmt *S)clang::CaseStmtinline
SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc)clang::SwitchCaseinlineprotected
SwitchCase(StmtClass SC, EmptyShell)clang::SwitchCaseinlineprotected