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.h6921 enum ArraySectionType { OMPArraySection, OpenACCArraySection }; enumerator
6959 : 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()