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 842 /// IfStmt - This represents an if/then/else.
845 enum { VAR, COND, THEN, ELSE, END_EXPR };
853 Stmt *then, SourceLocation EL = SourceLocation(), Stmt *elsev = 0);
855 /// \brief Build an empty if/then/else statement
877 const Stmt *getThen() const { return SubExprs[THEN]; }
878 void setThen(Stmt *S) { SubExprs[THEN] = S; }
883 Stmt *getThen() { return SubExprs[THEN]; }
896 return SubExprs[THEN]->getLocEnd();
976 /// switch over an enum value then all cases have been explicitly covered.
    [all...]
  /external/mksh/src/
sh.h     [all...]

Completed in 1140 milliseconds