Home
last modified time | relevance | path

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

/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