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

  /external/clang/include/clang/AST/
Stmt.h 865 /// IfStmt - This represents an if/then/else.
868 enum { VAR, COND, THEN, ELSE, END_EXPR };
876 Stmt *then, SourceLocation EL = SourceLocation(),
879 /// \brief Build an empty if/then/else statement
901 const Stmt *getThen() const { return SubExprs[THEN]; }
902 void setThen(Stmt *S) { SubExprs[THEN] = S; }
907 Stmt *getThen() { return SubExprs[THEN]; }
920 return SubExprs[THEN]->getLocEnd();
    [all...]
  /external/mksh/src/
sh.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 467 milliseconds