Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtCXX.h179 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
HDStmt.h915 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function
990 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond() function
1068 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1113 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
1187 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
HDStmtOpenMP.h384 void setCond(Expr *Cond) { in setCond() function
HDExpr.h3610 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.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()
842 E->setCond(Reader.ReadSubExpr()); in VisitChooseExpr()
1176 S->setCond(Reader.ReadSubExpr()); in VisitCXXForRangeStmt()
2092 D->setCond(Reader.ReadSubExpr()); in VisitOMPLoopDirective()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp1671 Dir->setCond(Exprs.Cond); in Create()
1711 Dir->setCond(Exprs.Cond); in Create()
1758 Dir->setCond(Exprs.Cond); in Create()
1914 Dir->setCond(Exprs.Cond); in Create()
1959 Dir->setCond(Exprs.Cond); in Create()