clang
3.9.0
|
This is the complete list of members for clang::LabelStmt, including all inherited members.
children() | clang::LabelStmt | inline |
classof(const Stmt *T) | clang::LabelStmt | inlinestatic |
getDecl() const | clang::LabelStmt | inline |
getIdentLoc() const | clang::LabelStmt | inline |
getLocEnd() const LLVM_READONLY | clang::LabelStmt | inline |
getLocStart() const LLVM_READONLY | clang::LabelStmt | inline |
getName() const | clang::LabelStmt | |
getSubStmt() | clang::LabelStmt | inline |
getSubStmt() const | clang::LabelStmt | inline |
LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) | clang::LabelStmt | inline |
LabelStmt(EmptyShell Empty) | clang::LabelStmt | inlineexplicit |
setDecl(LabelDecl *D) | clang::LabelStmt | inline |
setIdentLoc(SourceLocation L) | clang::LabelStmt | inline |
setSubStmt(Stmt *SS) | clang::LabelStmt | inline |