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 839 /// IfStmt - This represents an if/then/else.
842 enum { VAR, COND, THEN, ELSE, END_EXPR };
850 Stmt *then, SourceLocation EL = SourceLocation(), Stmt *elsev = 0);
852 /// \brief Build an empty if/then/else statement
874 const Stmt *getThen() const { return SubExprs[THEN]; }
875 void setThen(Stmt *S) { SubExprs[THEN] = S; }
880 Stmt *getThen() { return SubExprs[THEN]; }
892 return SourceRange(IfLoc, SubExprs[THEN]->getLocEnd());
    [all...]
  /external/mksh/src/
sh.h     [all...]

Completed in 78 milliseconds