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.cpp312 Dir->setCond(Exprs.Cond); in Create()
347 Dir->setCond(Exprs.Cond); in Create()
523 Dir->setCond(Exprs.Cond); in Create()
670 Dir->setCond(Exprs.Cond); in Create()
715 Dir->setCond(Exprs.Cond); in Create()
1004 Dir->setCond(Exprs.Cond); in Create()
1064 Dir->setCond(Exprs.Cond); in Create()
1168 Dir->setCond(Exprs.Cond); in Create()
1213 Dir->setCond(Exprs.Cond); in Create()
1256 Dir->setCond(Exprs.Cond); in Create()
[all …]
H A DStmt.cpp981 setCond(Cond); in IfStmt()
1108 setCond(Cond); in SwitchStmt()
1172 setCond(Cond); in WhileStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2347 void setCond(Expr *Cond) {
2583 void setCond(Expr *Cond) {
2760 void setCond(Expr *Cond) {
2845 setCond(Cond);
2858 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); }
2943 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.h1173 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function
3021 void setCond(Expr *C) { Data->getChildren()[DataPositionTy::POS_Cond] = C; } in setCond() function
H A DExpr.h4817 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp225 S->setCond(Record.readSubExpr()); in VisitIfStmt()
250 S->setCond(Record.readSubExpr()); in VisitSwitchStmt()
278 S->setCond(Record.readSubExpr()); in VisitWhileStmt()
290 S->setCond(Record.readSubExpr()); in VisitDoStmt()
300 S->setCond(Record.readSubExpr()); in VisitForStmt()
1364 E->setCond(Record.readSubExpr()); in VisitChooseExpr()
1718 S->setCond(Record.readSubExpr()); in VisitCXXForRangeStmt()