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.h7089 enum ArraySectionType { OMPArraySection, OpenACCArraySection }; enumerator
7101 ArraySectionType ASType = OMPArraySection;
7113 : Expr(ArraySectionExprClass, Type, VK, OK), ASType(OMPArraySection), in ArraySectionExpr()
7146 bool isOMPArraySection() const { return ASType == OMPArraySection; } in isOMPArraySection()
7196 &SubExprs[ASType == OMPArraySection ? END_EXPR : OPENACC_END_EXPR]); in children()
7202 &SubExprs[ASType == OMPArraySection ? END_EXPR : OPENACC_END_EXPR]); in children()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5169 OMPArraySection = 1 in getPrivateItem() enumerator
5185 IsArrayExpr = OMPArraySection; in getPrivateItem()