Home
last modified time | relevance | path

Searched refs:getIteratorRange (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h260 IteratorRange getIteratorRange(unsigned I);
261 const IteratorRange getIteratorRange(unsigned I) const { in getIteratorRange() function
262 return const_cast<OMPIteratorExpr *>(this)->getIteratorRange(I); in getIteratorRange()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp484 OMPIteratorExpr::IteratorRange IR = E->getIteratorRange(I); in computeDependence()
H A DStmtPrinter.cpp1586 const OMPIteratorExpr::IteratorRange Range = Node->getIteratorRange(I); in VisitOMPIteratorExpr()
H A DTextNodeDumper.cpp1766 const OMPIteratorExpr::IteratorRange Range = Node->getIteratorRange(I); in VisitOMPIteratorExpr()
H A DExpr.cpp5230 OMPIteratorExpr::IteratorRange OMPIteratorExpr::getIteratorRange(unsigned I) { in getIteratorRange() function in OMPIteratorExpr
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp921 OMPIteratorExpr::IteratorRange Range = E->getIteratorRange(I); in VisitOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12242 OMPIteratorExpr::IteratorRange Range = E->getIteratorRange(I); in TransformOMPIteratorExpr()