Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h31 unsigned NumDims = 0; /// Number of dimensions in the shaping expression. variable
38 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp977 unsigned NumDims = Record.readInt(); in VisitOMPArrayShapingExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5182 unsigned NumDims) { in CreateEmpty()