Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
894 Dir->setCond(Exprs.Cond); in Create()
954 Dir->setCond(Exprs.Cond); in Create()
1058 Dir->setCond(Exprs.Cond); in Create()
1103 Dir->setCond(Exprs.Cond); in Create()
1146 Dir->setCond(Exprs.Cond); in Create()
[all …]
H A DStmt.cpp934 setCond(Cond); in IfStmt()
1061 setCond(Cond); in SwitchStmt()
1125 setCond(Cond); in WhileStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2023 void setCond(Expr *Cond) { in setCond() function
2254 void setCond(Expr *Cond) { in setCond() function
2434 void setCond(Expr *Cond) { in setCond() function
2520 setCond(Cond); in DoStmt()
2533 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); } in setCond() function
2608 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.h1171 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond() function
2965 void setCond(Expr *C) { Data->getChildren()[DataPositionTy::POS_Cond] = C; } in setCond() function
H A DExpr.h4565 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
/llvm-project-15.0.7/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()
1309 E->setCond(Record.readSubExpr()); in VisitChooseExpr()
1657 S->setCond(Record.readSubExpr()); in VisitCXXForRangeStmt()