Home
last modified time | relevance | path

Searched defs:setCond (Results 1 – 5 of 5) 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/
DStmt.h902 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
1055 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1100 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1174 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
DStmtCXX.h183 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
DStmtOpenMP.h421 void setCond(Expr *Cond) { in setCond() function
DExpr.h3659 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function