clang
3.9.0
|
This is the complete list of members for clang::IndirectGotoStmt, including all inherited members.
children() | clang::IndirectGotoStmt | inline |
classof(const Stmt *T) | clang::IndirectGotoStmt | inlinestatic |
getConstantTarget() | clang::IndirectGotoStmt | |
getConstantTarget() const | clang::IndirectGotoStmt | inline |
getGotoLoc() const | clang::IndirectGotoStmt | inline |
getLocEnd() const LLVM_READONLY | clang::IndirectGotoStmt | inline |
getLocStart() const LLVM_READONLY | clang::IndirectGotoStmt | inline |
getStarLoc() const | clang::IndirectGotoStmt | inline |
getTarget() | clang::IndirectGotoStmt | inline |
getTarget() const | clang::IndirectGotoStmt | inline |
IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target) | clang::IndirectGotoStmt | inline |
IndirectGotoStmt(EmptyShell Empty) | clang::IndirectGotoStmt | inlineexplicit |
setGotoLoc(SourceLocation L) | clang::IndirectGotoStmt | inline |
setStarLoc(SourceLocation L) | clang::IndirectGotoStmt | inline |
setTarget(Expr *E) | clang::IndirectGotoStmt | inline |