Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
968 Dir->setPreCond(Exprs.PreCond); in Create()
1072 Dir->setPreCond(Exprs.PreCond); in Create()
1117 Dir->setPreCond(Exprs.PreCond); in Create()
1160 Dir->setPreCond(Exprs.PreCond); in Create()
1205 Dir->setPreCond(Exprs.PreCond); in Create()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h1171 void setPreCond(Expr *PC) { Data->getChildren()[PreConditionOffset] = PC; } in setPreCond() function