Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5609 ArrayRef<unsigned> CumulativeListSizes, in const_component_lists_iterator() argument
5616 ListSizeCur(CumulativeListSizes.begin()), in const_component_lists_iterator()
5617 ListSizeEnd(CumulativeListSizes.end()), End(Components.end()) { in const_component_lists_iterator()
5630 ArrayRef<unsigned> DeclsListNum, ArrayRef<unsigned> CumulativeListSizes, in const_component_lists_iterator() argument
5634 CumulativeListSizes, Components, in const_component_lists_iterator()
5657 if (ListSizeCur == CumulativeListSizes.end()) { in const_component_lists_iterator()