HomeSort by relevance Sort by last modified time
    Searched defs:IfStmt (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Stmt.cpp 610 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
620 VarDecl *IfStmt::getConditionVariable() const {
628 void IfStmt::setConditionVariable(ASTContext &C, VarDecl *V) {
  /external/clang/include/clang/AST/
Stmt.h 705 /// IfStmt - This represents an if/then/else.
707 class IfStmt : public Stmt {
715 IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
719 explicit IfStmt(EmptyShell Empty) : Stmt(IfStmtClass, Empty) { }
732 /// If this IfStmt has a condition variable, return the faux DeclStmt
770 static bool classof(const IfStmt *) { return true; }
    [all...]

Completed in 759 milliseconds