Home
last modified time | relevance | path

Searched refs:CounterUpdate (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h245 Expr *CounterUpdate = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp930 Record.AddStmt(HD.CounterUpdate); in VisitOMPIteratorExpr()
H A DASTReaderStmt.cpp1008 HD.CounterUpdate = Record.readSubExpr(); in VisitOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3538 CGF.EmitIgnoredExpr(HelperData.CounterUpdate); in ~OMPIteratorGeneratorScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5877 HD.CounterUpdate = CounterUpdateRes.get(); in ActOnOMPIteratorExpr()