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.h384 IteratorRange getIteratorRange(unsigned I);
385 const IteratorRange getIteratorRange(unsigned I) const { in getIteratorRange() function
386 return const_cast<OMPIteratorExpr *>(this)->getIteratorRange(I); in getIteratorRange()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp447 OMPIteratorExpr::IteratorRange IR = E->getIteratorRange(I); in computeDependence()
H A DTextNodeDumper.cpp1531 const OMPIteratorExpr::IteratorRange Range = Node->getIteratorRange(I); in VisitOMPIteratorExpr()
H A DStmtPrinter.cpp1540 const OMPIteratorExpr::IteratorRange Range = Node->getIteratorRange(I); in VisitOMPIteratorExpr()
H A DExpr.cpp5139 OMPIteratorExpr::IteratorRange OMPIteratorExpr::getIteratorRange(unsigned I) { in getIteratorRange() function in OMPIteratorExpr
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp918 OMPIteratorExpr::IteratorRange Range = E->getIteratorRange(I); in VisitOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h11390 OMPIteratorExpr::IteratorRange Range = E->getIteratorRange(I); in TransformOMPIteratorExpr()