Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp350 Dir->setIsLastIterVariable(Exprs.IL); in Create()
465 Dir->setIsLastIterVariable(Exprs.IL); in Create()
595 Dir->setIsLastIterVariable(Exprs.IL); in Create()
640 Dir->setIsLastIterVariable(Exprs.IL); in Create()
957 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1061 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1106 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1149 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1194 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1239 Dir->setIsLastIterVariable(Exprs.IL); in Create()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1177 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable() function