Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp1714 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1761 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1917 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1962 Dir->setIsLastIterVariable(Exprs.IL); in Create()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h389 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp2096 D->setIsLastIterVariable(Reader.ReadSubExpr()); in VisitOMPLoopDirective()