Searched refs:OpenACCArraySection (Results 1 – 1 of 1) sorted by relevance
6921 enum ArraySectionType { OMPArraySection, OpenACCArraySection }; enumerator6959 : Expr(ArraySectionExprClass, Type, VK, OK), ASType(OpenACCArraySection), in ArraySectionExpr()6979 bool isOpenACCArraySection() const { return ASType == OpenACCArraySection; } in isOpenACCArraySection()6997 assert(ASType != OpenACCArraySection && in getStride()7003 assert(ASType != OpenACCArraySection && in getStride()7015 assert(ASType != OpenACCArraySection && in getColonLocSecond()7049 assert(ASType != OpenACCArraySection && in setStride()7057 assert(ASType != OpenACCArraySection && in setColonLocSecond()