Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp99 Dir->setCond(Exprs.Cond); in Create()
139 Dir->setCond(Exprs.Cond); in Create()
189 Dir->setCond(Exprs.Cond); in Create()
352 Dir->setCond(Exprs.Cond); in Create()
401 Dir->setCond(Exprs.Cond); in Create()
741 Dir->setCond(Exprs.Cond); in Create()
883 Dir->setCond(Exprs.Cond); in Create()
932 Dir->setCond(Exprs.Cond); in Create()
980 Dir->setCond(Exprs.Cond); in Create()
1054 Dir->setCond(Exprs.Cond); in Create()
[all …]
H A DStmt.cpp820 setCond(Cond); in IfStmt()
930 setCond(Cond); in SwitchStmt()
992 setCond(Cond); in WhileStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1770 void setCond(Expr *Cond) { in setCond() function
1954 void setCond(Expr *Cond) { in setCond() function
2120 void setCond(Expr *Cond) { in setCond() function
2195 setCond(Cond); in DoStmt()
2208 void setCond(Expr *Cond) { SubExprs[COND] = reinterpret_cast<Stmt *>(Cond); } in setCond() function
2279 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
H A DStmtCXX.h189 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond() function
H A DStmtOpenMP.h491 void setCond(Expr *Cond) { in setCond() function
H A DExpr.h4028 void setCond(Expr *E) { SubExprs[COND] = E; } in setCond() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp227 S->setCond(Record.readSubExpr()); in VisitIfStmt()
250 S->setCond(Record.readSubExpr()); in VisitSwitchStmt()
276 S->setCond(Record.readSubExpr()); in VisitWhileStmt()
286 S->setCond(Record.readSubExpr()); in VisitDoStmt()
296 S->setCond(Record.readSubExpr()); in VisitForStmt()
987 E->setCond(Record.readSubExpr()); in VisitChooseExpr()
1332 S->setCond(Record.readSubExpr()); in VisitCXXForRangeStmt()
1930 D->setCond(Record.readSubExpr()); in VisitOMPLoopDirective()