Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp311 Dir->setCond(Exprs.Cond); in Create()
348 Dir->setCond(Exprs.Cond); in Create()
464 Dir->setCond(Exprs.Cond); in Create()
611 Dir->setCond(Exprs.Cond); in Create()
656 Dir->setCond(Exprs.Cond); in Create()
928 Dir->setCond(Exprs.Cond); in Create()
988 Dir->setCond(Exprs.Cond); in Create()
1092 Dir->setCond(Exprs.Cond); in Create()
1137 Dir->setCond(Exprs.Cond); in Create()
1180 Dir->setCond(Exprs.Cond); in Create()
[all …]
H A DStmt.cpp936 setCond(Cond); in IfStmt()
1063 setCond(Cond); in SwitchStmt()
1127 setCond(Cond); in WhileStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2221 void setCond(Expr *Cond) { in setCond() function
2457 void setCond(Expr *Cond) { in setCond() function
2642 void setCond(Expr *Cond) { in setCond() function
2733 setCond(Cond); in DoStmt()
2746 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); } in setCond() function
2831 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
H A DStmtCXX.h197 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
H A DStmtOpenMP.h1187 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function
3034 void setCond(Expr *C) { Data->getChildren()[DataPositionTy::POS_Cond] = C; } in setCond() function
H A DExpr.h4570 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp229 S->setCond(Record.readSubExpr()); in VisitIfStmt()
254 S->setCond(Record.readSubExpr()); in VisitSwitchStmt()
282 S->setCond(Record.readSubExpr()); in VisitWhileStmt()
294 S->setCond(Record.readSubExpr()); in VisitDoStmt()
304 S->setCond(Record.readSubExpr()); in VisitForStmt()
1343 E->setCond(Record.readSubExpr()); in VisitChooseExpr()
1692 S->setCond(Record.readSubExpr()); in VisitCXXForRangeStmt()