Home
last modified time | relevance | path

Searched refs:setCond (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h179 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
H A DStmt.h905 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function
982 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function
1064 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1109 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1183 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
H A DStmtOpenMP.h360 void setCond(Expr *Cond, Expr *SeparatedCond) { in setCond() function
H A DExpr.h3616 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp188 S->setCond(Reader.ReadSubExpr()); in VisitIfStmt()
199 S->setCond(Reader.ReadSubExpr()); in VisitSwitchStmt()
222 S->setCond(Reader.ReadSubExpr()); in VisitWhileStmt()
229 S->setCond(Reader.ReadSubExpr()); in VisitDoStmt()
239 S->setCond(Reader.ReadSubExpr()); in VisitForStmt()
832 E->setCond(Reader.ReadSubExpr()); in VisitChooseExpr()
1166 S->setCond(Reader.ReadSubExpr()); in VisitCXXForRangeStmt()
2002 D->setCond(Fst, Snd); in VisitOMPLoopDirective()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp1504 Dir->setCond(Exprs.Cond, Exprs.SeparatedCond); in Create()
1543 Dir->setCond(Exprs.Cond, Exprs.SeparatedCond); in Create()
1589 Dir->setCond(Exprs.Cond, Exprs.SeparatedCond); in Create()
1744 Dir->setCond(Exprs.Cond, Exprs.SeparatedCond); in Create()
1788 Dir->setCond(Exprs.Cond, Exprs.SeparatedCond); in Create()