Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp354 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
469 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
599 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
644 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
961 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1065 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1110 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1153 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1198 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
1243 Dir->setEnsureUpperBound(Exprs.EUB); in Create()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1209 void setEnsureUpperBound(Expr *EUB) { in setEnsureUpperBound() function