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

  /external/clang/include/clang/AST/
StmtCXX.h 158 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
169 const Expr *getCond() const {
StmtOpenMP.h 585 Expr *getCond() const {
    [all...]
Stmt.h 901 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);}
908 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); }
972 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);}
    [all...]
Expr.h     [all...]
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
ExprModelTest.java 375 TernaryExpr bcTernary = parse(lb, "b > c ? u1.getCond(d) ? u1.lastName : u2.lastName : `xx`"
376 + " + u2.getCond(e) ", TernaryExpr.class);
429 // u1.getCond(d) will never be set. Right now, we don't have mechanism to figure this out
    [all...]

Completed in 338 milliseconds