Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1220 Dir->setDistInc(Exprs.DistInc); in Create()
1282 Dir->setDistInc(Exprs.DistInc); in Create()
1555 Dir->setDistInc(Exprs.DistInc); in Create()
1615 Dir->setDistInc(Exprs.DistInc); in Create()
1739 Dir->setDistInc(Exprs.DistInc); in Create()
1803 Dir->setDistInc(Exprs.DistInc); in Create()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h690 void setDistInc(Expr *DistInc) { in setDistInc() function