Searched refs:setIteratorRange (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | ExprOpenMP.h | 338 void setIteratorRange(unsigned I, Expr *Begin, SourceLocation ColonLoc,
|
/external/llvm-project/clang/lib/AST/ |
D | Expr.cpp | 4732 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/ |
D | ASTReaderStmt.cpp | 985 E->setIteratorRange(I, Begin, ColonLoc, End, SecColonLoc, Step); in VisitOMPIteratorExpr()
|