|
clang
3.8.0
|
This is the complete list of members for clang::IfStmt, including all inherited members.
| children() | clang::IfStmt | inline |
| classof(const Stmt *T) | clang::IfStmt | inlinestatic |
| getCond() const | clang::IfStmt | inline |
| getCond() | clang::IfStmt | inline |
| getConditionVariable() const | clang::IfStmt | |
| getConditionVariableDeclStmt() const | clang::IfStmt | inline |
| getElse() const | clang::IfStmt | inline |
| getElse() | clang::IfStmt | inline |
| getElseLoc() const | clang::IfStmt | inline |
| getIfLoc() const | clang::IfStmt | inline |
| getLocEnd() const LLVM_READONLY | clang::IfStmt | inline |
| getLocStart() const LLVM_READONLY | clang::IfStmt | inline |
| getThen() const | clang::IfStmt | inline |
| getThen() | clang::IfStmt | inline |
| IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, Stmt *then, SourceLocation EL=SourceLocation(), Stmt *elsev=nullptr) | clang::IfStmt | |
| IfStmt(EmptyShell Empty) | clang::IfStmt | inlineexplicit |
| setCond(Expr *E) | clang::IfStmt | inline |
| setConditionVariable(const ASTContext &C, VarDecl *V) | clang::IfStmt | |
| setElse(Stmt *S) | clang::IfStmt | inline |
| setElseLoc(SourceLocation L) | clang::IfStmt | inline |
| setIfLoc(SourceLocation L) | clang::IfStmt | inline |
| setThen(Stmt *S) | clang::IfStmt | inline |
1.8.6