Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp306 Dir->setIsLastIterVariable(Exprs.IL); in Create()
373 Dir->setIsLastIterVariable(Exprs.IL); in Create()
503 Dir->setIsLastIterVariable(Exprs.IL); in Create()
548 Dir->setIsLastIterVariable(Exprs.IL); in Create()
841 Dir->setIsLastIterVariable(Exprs.IL); in Create()
945 Dir->setIsLastIterVariable(Exprs.IL); in Create()
990 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1033 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1078 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1122 Dir->setIsLastIterVariable(Exprs.IL); in Create()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h1102 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable() function