Home
last modified time | relevance | path

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

/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()
/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp486 OMPIteratorExpr::IteratorRange IR = E->getIteratorRange(I); in computeDependence()
H A DStmtPrinter.cpp1673 const OMPIteratorExpr::IteratorRange Range = Node->getIteratorRange(I); in VisitCompoundLiteralExpr()
H A DTextNodeDumper.cpp1872 const OMPIteratorExpr::IteratorRange Range = Node->getIteratorRange(I); in VisitFunctionType()
H A DExpr.cpp5330 OMPIteratorExpr::IteratorRange OMPIteratorExpr::getIteratorRange(unsigned I) {
5230 OMPIteratorExpr::IteratorRange OMPIteratorExpr::getIteratorRange(unsigned I) { getIteratorRange() function in OMPIteratorExpr
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp938 OMPIteratorExpr::IteratorRange Range = E->getIteratorRange(I); in VisitOMPIteratorExpr()
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13163 OMPIteratorExpr::IteratorRange Range = E->getIteratorRange(I); in TransformCXXTypeidExpr()