Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtOpenMP.cpp145 Dir->setIsLastIterVariable(Exprs.IL); in Create()
198 Dir->setIsLastIterVariable(Exprs.IL); in Create()
367 Dir->setIsLastIterVariable(Exprs.IL); in Create()
418 Dir->setIsLastIterVariable(Exprs.IL); in Create()
758 Dir->setIsLastIterVariable(Exprs.IL); in Create()
901 Dir->setIsLastIterVariable(Exprs.IL); in Create()
952 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1002 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1076 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1132 Dir->setIsLastIterVariable(Exprs.IL); in Create()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h434 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2503 D->setIsLastIterVariable(Reader.ReadSubExpr()); in VisitOMPLoopDirective()