Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp142 Dir->setIsLastIterVariable(Exprs.IL); in Create()
192 Dir->setIsLastIterVariable(Exprs.IL); in Create()
355 Dir->setIsLastIterVariable(Exprs.IL); in Create()
404 Dir->setIsLastIterVariable(Exprs.IL); in Create()
744 Dir->setIsLastIterVariable(Exprs.IL); in Create()
886 Dir->setIsLastIterVariable(Exprs.IL); in Create()
935 Dir->setIsLastIterVariable(Exprs.IL); in Create()
983 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1057 Dir->setIsLastIterVariable(Exprs.IL); in Create()
1125 Dir->setIsLastIterVariable(Exprs.IL); in Create()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h499 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1937 D->setIsLastIterVariable(Record.readSubExpr()); in VisitOMPLoopDirective()