Home
last modified time | relevance | path

Searched refs:OpenACCArraySection (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h7089 enum ArraySectionType { OMPArraySection, OpenACCArraySection }; enumerator
7127 : Expr(ArraySectionExprClass, Type, VK, OK), ASType(OpenACCArraySection), in ArraySectionExpr()
7147 bool isOpenACCArraySection() const { return ASType == OpenACCArraySection; } in isOpenACCArraySection()
7165 assert(ASType != OpenACCArraySection && in getStride()
7171 assert(ASType != OpenACCArraySection && in getStride()
7183 assert(ASType != OpenACCArraySection && in getColonLocSecond()
7217 assert(ASType != OpenACCArraySection && in setStride()
7225 assert(ASType != OpenACCArraySection && in setColonLocSecond()