Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6921 enum ArraySectionType { OMPArraySection, OpenACCArraySection }; enumerator
6933 ArraySectionType ASType = OMPArraySection;
6945 : Expr(ArraySectionExprClass, Type, VK, OK), ASType(OMPArraySection), in ArraySectionExpr()
6978 bool isOMPArraySection() const { return ASType == OMPArraySection; } in isOMPArraySection()
7028 &SubExprs[ASType == OMPArraySection ? END_EXPR : OPENACC_END_EXPR]); in children()
7034 &SubExprs[ASType == OMPArraySection ? END_EXPR : OPENACC_END_EXPR]); in children()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5166 OMPArraySection = 1 in getPrivateItem() enumerator
5182 IsArrayExpr = OMPArraySection; in getPrivateItem()