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

  /external/clang/include/clang/AST/
Stmt.h 705 /// IfStmt - This represents an if/then/else.
708 enum { VAR, COND, THEN, ELSE, END_EXPR };
716 Stmt *then, SourceLocation EL = SourceLocation(), Stmt *elsev = 0);
718 /// \brief Build an empty if/then/else statement
740 const Stmt *getThen() const { return SubExprs[THEN]; }
741 void setThen(Stmt *S) { SubExprs[THEN] = S; }
746 Stmt *getThen() { return SubExprs[THEN]; }
758 return SourceRange(IfLoc, SubExprs[THEN]->getLocEnd());
841 /// switch over an enum value then all cases have been explicitly covered.
    [all...]
  /external/mksh/src/
sh.h     [all...]

Completed in 54 milliseconds