Home
last modified time | relevance | path

Searched defs:OMPArraySectionExpr (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DExprOpenMP.h52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type, in OMPArraySectionExpr() function
76 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr() function
/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h64 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, Expr *Stride, in OMPArraySectionExpr() function
79 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr() function
DComputeDependence.h91 class OMPArraySectionExpr; variable