Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp312 Dir->setCond(Exprs.Cond); in Create()
347 Dir->setCond(Exprs.Cond); in Create()
462 Dir->setCond(Exprs.Cond); in Create()
592 Dir->setCond(Exprs.Cond); in Create()
637 Dir->setCond(Exprs.Cond); in Create()
909 Dir->setCond(Exprs.Cond); in Create()
969 Dir->setCond(Exprs.Cond); in Create()
1073 Dir->setCond(Exprs.Cond); in Create()
1118 Dir->setCond(Exprs.Cond); in Create()
1161 Dir->setCond(Exprs.Cond); in Create()
[all …]
H A DStmt.cpp935 setCond(Cond); in IfStmt()
1062 setCond(Cond); in SwitchStmt()
1126 setCond(Cond); in WhileStmt()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2035 void setCond(Expr *Cond) { in setCond() function
2266 void setCond(Expr *Cond) { in setCond() function
2446 void setCond(Expr *Cond) { in setCond() function
2532 setCond(Cond); in DoStmt()
2545 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); } in setCond() function
2620 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
H A DStmtCXX.h196 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
H A DStmtOpenMP.h1172 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function
2966 void setCond(Expr *C) { Data->getChildren()[DataPositionTy::POS_Cond] = C; } in setCond() function
H A DExpr.h4572 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp226 S->setCond(Record.readSubExpr()); in VisitIfStmt()
251 S->setCond(Record.readSubExpr()); in VisitSwitchStmt()
279 S->setCond(Record.readSubExpr()); in VisitWhileStmt()
291 S->setCond(Record.readSubExpr()); in VisitDoStmt()
301 S->setCond(Record.readSubExpr()); in VisitForStmt()
1315 E->setCond(Record.readSubExpr()); in VisitChooseExpr()
1663 S->setCond(Record.readSubExpr()); in VisitCXXForRangeStmt()