Home
last modified time | relevance | path

Searched refs:setPreCond (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp311 Dir->setPreCond(Exprs.PreCond); in Create()
346 Dir->setPreCond(Exprs.PreCond); in Create()
461 Dir->setPreCond(Exprs.PreCond); in Create()
591 Dir->setPreCond(Exprs.PreCond); in Create()
636 Dir->setPreCond(Exprs.PreCond); in Create()
953 Dir->setPreCond(Exprs.PreCond); in Create()
1057 Dir->setPreCond(Exprs.PreCond); in Create()
1102 Dir->setPreCond(Exprs.PreCond); in Create()
1145 Dir->setPreCond(Exprs.PreCond); in Create()
1190 Dir->setPreCond(Exprs.PreCond); in Create()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1170 void setPreCond(Expr *PC) { Data->getChildren()[PreConditionOffset] = PC; } in setPreCond() function