Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp287 Dir->setCond(Exprs.Cond); in Create()
322 Dir->setCond(Exprs.Cond); in Create()
408 Dir->setCond(Exprs.Cond); in Create()
538 Dir->setCond(Exprs.Cond); in Create()
583 Dir->setCond(Exprs.Cond); in Create()
876 Dir->setCond(Exprs.Cond); in Create()
980 Dir->setCond(Exprs.Cond); in Create()
1025 Dir->setCond(Exprs.Cond); in Create()
1068 Dir->setCond(Exprs.Cond); in Create()
1113 Dir->setCond(Exprs.Cond); in Create()
[all …]
H A DStmt.cpp928 setCond(Cond); in IfStmt()
1055 setCond(Cond); in SwitchStmt()
1119 setCond(Cond); in WhileStmt()
/freebsd-13.1/contrib/llvm-project/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.h1129 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function
H A DExpr.h4554 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
/freebsd-13.1/contrib/llvm-project/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()
1324 E->setCond(Record.readSubExpr()); in VisitChooseExpr()
1672 S->setCond(Record.readSubExpr()); in VisitCXXForRangeStmt()