Home
last modified time | relevance | path

Searched defs:setCond (Results 1 – 4 of 4) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
DCondExpr.java30 public void setCond(ASTree t) { setHead(t); } in setCond() method in CondExpr
/external/clang/include/clang/AST/
DStmtCXX.h179 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
DStmt.h900 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function
977 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function
1059 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1104 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1178 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
DExpr.h3604 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function