Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4946 llvm::PointerIntPair<Expr *, 1, bool> AssociatedExpressionNonContiguousPr; variable
4958 : AssociatedExpressionNonContiguousPr(AssociatedExpression, in MappableComponent()
4966 return AssociatedExpressionNonContiguousPr.getPointer(); in getAssociatedExpression()
4970 return AssociatedExpressionNonContiguousPr.getInt(); in isNonContiguous()