Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmt.cpp1684 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1730 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1885 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1929 Dir->setIsLastIterVariable(Exprs.IL); in Create()
/external/clang/include/clang/AST/
DStmtOpenMP.h388 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2071 D->setIsLastIterVariable(Reader.ReadSubExpr()); in VisitOMPLoopDirective()