Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp268 Dir->setCond(Exprs.Cond); in Create()
303 Dir->setCond(Exprs.Cond); in Create()
370 Dir->setCond(Exprs.Cond); in Create()
500 Dir->setCond(Exprs.Cond); in Create()
545 Dir->setCond(Exprs.Cond); in Create()
838 Dir->setCond(Exprs.Cond); in Create()
942 Dir->setCond(Exprs.Cond); in Create()
987 Dir->setCond(Exprs.Cond); in Create()
1030 Dir->setCond(Exprs.Cond); in Create()
1075 Dir->setCond(Exprs.Cond); in Create()
[all …]
H A DStmt.cpp922 setCond(Cond); in IfStmt()
1049 setCond(Cond); in SwitchStmt()
1113 setCond(Cond); in WhileStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h1990 void setCond(Expr *Cond) { in setCond() function
2193 void setCond(Expr *Cond) { in setCond() function
2373 void setCond(Expr *Cond) { in setCond() function
2459 setCond(Cond); in DoStmt()
2472 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); } in setCond() function
2547 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.h1096 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function
H A DExpr.h4487 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp221 S->setCond(Record.readSubExpr()); in VisitIfStmt()
246 S->setCond(Record.readSubExpr()); in VisitSwitchStmt()
274 S->setCond(Record.readSubExpr()); in VisitWhileStmt()
286 S->setCond(Record.readSubExpr()); in VisitDoStmt()
296 S->setCond(Record.readSubExpr()); in VisitForStmt()
1314 E->setCond(Record.readSubExpr()); in VisitChooseExpr()
1662 S->setCond(Record.readSubExpr()); in VisitCXXForRangeStmt()