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.h155 unsigned NumDims = 0; /// Number of dimensions in the shaping expression. variable
162 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp972 unsigned NumDims = Record.readInt(); in VisitOMPArrayShapingExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5091 unsigned NumDims) { in CreateEmpty()