Searched defs:OMPArraySectionExpr (Results 1 – 3 of 3) sorted by relevance
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type, in OMPArraySectionExpr() function76 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr() function
64 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, Expr *Stride, in OMPArraySectionExpr() function79 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr() function
91 class OMPArraySectionExpr; variable