Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/compiler/ast/
DCondExpr.java34 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
/external/llvm-project/clang/include/clang/AST/
DStmt.h1987 void setCond(Expr *Cond) { in setCond() function
2189 void setCond(Expr *Cond) { in setCond() function
2369 void setCond(Expr *Cond) { in setCond() function
2468 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); } in setCond() function
2543 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
DStmtCXX.h196 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
DStmtOpenMP.h618 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function
DExpr.h4485 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function