Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp311 Dir->setCond(Exprs.Cond); in Create()
348 Dir->setCond(Exprs.Cond); in Create()
502 Dir->setCond(Exprs.Cond); in Create()
649 Dir->setCond(Exprs.Cond); in Create()
694 Dir->setCond(Exprs.Cond); in Create()
966 Dir->setCond(Exprs.Cond); in Create()
1026 Dir->setCond(Exprs.Cond); in Create()
1130 Dir->setCond(Exprs.Cond); in Create()
1175 Dir->setCond(Exprs.Cond); in Create()
1218 Dir->setCond(Exprs.Cond); in Create()
[all …]
H A DStmt.cpp937 setCond(Cond); in IfStmt()
1064 setCond(Cond); in SwitchStmt()
1128 setCond(Cond); in WhileStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2228 void setCond(Expr *Cond) {
2464 void setCond(Expr *Cond) {
2649 void setCond(Expr *Cond) {
2740 setCond(Cond);
2753 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); }
2838 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); }
H A DStmtCXX.h197 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
H A DStmtOpenMP.h1188 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function
3038 void setCond(Expr *C) { Data->getChildren()[DataPositionTy::POS_Cond] = C; } in setCond() function
H A DExpr.h4623 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
/freebsd/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()
1350 E->setCond(Record.readSubExpr()); in VisitChooseExpr()
1699 S->setCond(Record.readSubExpr()); in VisitCXXForRangeStmt()