clang  3.9.0
clang::IfStmt Member List

This is the complete list of members for clang::IfStmt, including all inherited members.

children()clang::IfStmtinline
classof(const Stmt *T)clang::IfStmtinlinestatic
getCond() const clang::IfStmtinline
getCond()clang::IfStmtinline
getConditionVariable() const clang::IfStmt
getConditionVariableDeclStmt() const clang::IfStmtinline
getElse() const clang::IfStmtinline
getElse()clang::IfStmtinline
getElseLoc() const clang::IfStmtinline
getIfLoc() const clang::IfStmtinline
getInit()clang::IfStmtinline
getInit() const clang::IfStmtinline
getLocEnd() const LLVM_READONLYclang::IfStmtinline
getLocStart() const LLVM_READONLYclang::IfStmtinline
getThen() const clang::IfStmtinline
getThen()clang::IfStmtinline
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::IfStmtinlineexplicit
isConstexpr() const clang::IfStmtinline
setCond(Expr *E)clang::IfStmtinline
setConditionVariable(const ASTContext &C, VarDecl *V)clang::IfStmt
setConstexpr(bool C)clang::IfStmtinline
setElse(Stmt *S)clang::IfStmtinline
setElseLoc(SourceLocation L)clang::IfStmtinline
setIfLoc(SourceLocation L)clang::IfStmtinline
setInit(Stmt *S)clang::IfStmtinline
setThen(Stmt *S)clang::IfStmtinline