clang
3.9.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 |
getInit() | clang::IfStmt | inline |
getInit() 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, bool IsConstexpr, Stmt *init, VarDecl *var, Expr *cond, Stmt *then, SourceLocation EL=SourceLocation(), Stmt *elsev=nullptr) | clang::IfStmt | |
IfStmt(EmptyShell Empty) | clang::IfStmt | inlineexplicit |
isConstexpr() const | clang::IfStmt | inline |
setCond(Expr *E) | clang::IfStmt | inline |
setConditionVariable(const ASTContext &C, VarDecl *V) | clang::IfStmt | |
setConstexpr(bool C) | clang::IfStmt | inline |
setElse(Stmt *S) | clang::IfStmt | inline |
setElseLoc(SourceLocation L) | clang::IfStmt | inline |
setIfLoc(SourceLocation L) | clang::IfStmt | inline |
setInit(Stmt *S) | clang::IfStmt | inline |
setThen(Stmt *S) | clang::IfStmt | inline |