Searched defs:IfStmt (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DStmt.cpp882 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, function in class:IfStmt
892 VarDecl *IfStmt::getConditionVariable() const {
900 void IfStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
/external/clang/include/clang/AST/
H A DStmt.h875 /// IfStmt - This represents an if/then/else.
877 class IfStmt : public Stmt { class in namespace:clang
885 IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
890 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { } function in class:clang::IfStmt
903 /// If this IfStmt has a condition variable, return the faux DeclStmt

Completed in 103 milliseconds