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.h918 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function
999 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function
1077 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1122 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1196 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
DStmtCXX.h188 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
DStmtOpenMP.h426 void setCond(Expr *Cond) { in setCond() function
DExpr.h3593 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function