clang
3.9.0
|
This is the complete list of members for clang::SwitchCase, including all inherited members.
classof(const Stmt *T) | clang::SwitchCase | inlinestatic |
ColonLoc | clang::SwitchCase | protected |
getColonLoc() const | clang::SwitchCase | inline |
getKeywordLoc() const | clang::SwitchCase | inline |
getLocEnd() const LLVM_READONLY | clang::SwitchCase | inline |
getLocStart() const LLVM_READONLY | clang::SwitchCase | inline |
getNextSwitchCase() const | clang::SwitchCase | inline |
getNextSwitchCase() | clang::SwitchCase | inline |
getSubStmt() | clang::SwitchCase | |
getSubStmt() const | clang::SwitchCase | inline |
KeywordLoc | clang::SwitchCase | protected |
NextSwitchCase | clang::SwitchCase | protected |
setColonLoc(SourceLocation L) | clang::SwitchCase | inline |
setKeywordLoc(SourceLocation L) | clang::SwitchCase | inline |
setNextSwitchCase(SwitchCase *SC) | clang::SwitchCase | inline |
SwitchCase(StmtClass SC, SourceLocation KWLoc, SourceLocation ColonLoc) | clang::SwitchCase | inlineprotected |
SwitchCase(StmtClass SC, EmptyShell) | clang::SwitchCase | inlineprotected |