Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1322 Dir->setDistInc(Exprs.DistInc); in Create()
1384 Dir->setDistInc(Exprs.DistInc); in Create()
1657 Dir->setDistInc(Exprs.DistInc); in Create()
1717 Dir->setDistInc(Exprs.DistInc); in Create()
1841 Dir->setDistInc(Exprs.DistInc); in Create()
1905 Dir->setDistInc(Exprs.DistInc); in Create()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h1201 void setDistInc(Expr *DistInc) { in setDistInc() function