clang  3.9.0
clang::SwitchStmt Member List

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

addSwitchCase(SwitchCase *SC)clang::SwitchStmtinline
children()clang::SwitchStmtinline
classof(const Stmt *T)clang::SwitchStmtinlinestatic
getBody() const clang::SwitchStmtinline
getBody()clang::SwitchStmtinline
getCond() const clang::SwitchStmtinline
getCond()clang::SwitchStmtinline
getConditionVariable() const clang::SwitchStmt
getConditionVariableDeclStmt() const clang::SwitchStmtinline
getInit()clang::SwitchStmtinline
getInit() const clang::SwitchStmtinline
getLocEnd() const LLVM_READONLYclang::SwitchStmtinline
getLocStart() const LLVM_READONLYclang::SwitchStmtinline
getSwitchCaseList() const clang::SwitchStmtinline
getSwitchCaseList()clang::SwitchStmtinline
getSwitchLoc() const clang::SwitchStmtinline
isAllEnumCasesCovered() const clang::SwitchStmtinline
setAllEnumCasesCovered()clang::SwitchStmtinline
setBody(Stmt *S)clang::SwitchStmtinline
setBody(Stmt *S, SourceLocation SL)clang::SwitchStmtinline
setCond(Expr *E)clang::SwitchStmtinline
setConditionVariable(const ASTContext &C, VarDecl *V)clang::SwitchStmt
setInit(Stmt *S)clang::SwitchStmtinline
setSwitchCaseList(SwitchCase *SC)clang::SwitchStmtinline
setSwitchLoc(SourceLocation L)clang::SwitchStmtinline
SwitchStmt(const ASTContext &C, Stmt *Init, VarDecl *Var, Expr *cond)clang::SwitchStmt
SwitchStmt(EmptyShell Empty)clang::SwitchStmtinlineexplicit