• Home
  • Raw
  • Download

Lines Matching refs:OMPIteratorExpr

4718 void OMPIteratorExpr::setIteratorDeclaration(unsigned I, Decl *D) {  in setIteratorDeclaration()
4724 void OMPIteratorExpr::setAssignmentLoc(unsigned I, SourceLocation Loc) { in setAssignmentLoc()
4732 void OMPIteratorExpr::setIteratorRange(unsigned I, Expr *Begin, in setIteratorRange()
4755 Decl *OMPIteratorExpr::getIteratorDecl(unsigned I) { in getIteratorDecl()
4759 OMPIteratorExpr::IteratorRange OMPIteratorExpr::getIteratorRange(unsigned I) { in getIteratorRange()
4776 SourceLocation OMPIteratorExpr::getAssignLoc(unsigned I) const { in getAssignLoc()
4782 SourceLocation OMPIteratorExpr::getColonLoc(unsigned I) const { in getColonLoc()
4788 SourceLocation OMPIteratorExpr::getSecondColonLoc(unsigned I) const { in getSecondColonLoc()
4794 void OMPIteratorExpr::setHelper(unsigned I, const OMPIteratorHelperData &D) { in setHelper()
4798 OMPIteratorHelperData &OMPIteratorExpr::getHelper(unsigned I) { in getHelper()
4802 const OMPIteratorHelperData &OMPIteratorExpr::getHelper(unsigned I) const { in getHelper()
4806 OMPIteratorExpr::OMPIteratorExpr( in OMPIteratorExpr() function in OMPIteratorExpr
4808 SourceLocation R, ArrayRef<OMPIteratorExpr::IteratorDefinition> Data, in OMPIteratorExpr()
4824 OMPIteratorExpr *
4825 OMPIteratorExpr::Create(const ASTContext &Context, QualType T, in Create()
4828 ArrayRef<OMPIteratorExpr::IteratorDefinition> Data, in Create()
4837 alignof(OMPIteratorExpr)); in Create()
4838 return new (Mem) OMPIteratorExpr(T, IteratorKwLoc, L, R, Data, Helpers); in Create()
4841 OMPIteratorExpr *OMPIteratorExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty()
4847 alignof(OMPIteratorExpr)); in CreateEmpty()
4848 return new (Mem) OMPIteratorExpr(EmptyShell(), NumIterators); in CreateEmpty()