Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h338 void setIteratorRange(unsigned I, Expr *Begin, SourceLocation ColonLoc,
/external/llvm-project/clang/lib/AST/
DExpr.cpp4732 void OMPIteratorExpr::setIteratorRange(unsigned I, Expr *Begin, in setIteratorRange() function in OMPIteratorExpr
4817 setIteratorRange(I, D.Range.Begin, D.ColonLoc, D.Range.End, in OMPIteratorExpr()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp985 E->setIteratorRange(I, Begin, ColonLoc, End, SecColonLoc, Step); in VisitOMPIteratorExpr()