Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5194 llvm::PointerIntPair<Expr *, 1, bool> AssociatedExpressionNonContiguousPr; variable
5206 : AssociatedExpressionNonContiguousPr(AssociatedExpression, in MappableComponent()
5214 return AssociatedExpressionNonContiguousPr.getPointer(); in getAssociatedExpression()
5218 return AssociatedExpressionNonContiguousPr.getInt(); in isNonContiguous()