Searched refs:OpenACCArraySection (Results 1 – 1 of 1) sorted by relevance
7089 enum ArraySectionType { OMPArraySection, OpenACCArraySection }; enumerator7127 : 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()