Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6200 ArrayRef<unsigned> CumulativeListSizes, in const_component_lists_iterator() argument
6207 ListSizeCur(CumulativeListSizes.begin()), in const_component_lists_iterator()
6208 ListSizeEnd(CumulativeListSizes.end()), End(Components.end()) { in const_component_lists_iterator()
6221 ArrayRef<unsigned> DeclsListNum, ArrayRef<unsigned> CumulativeListSizes, in const_component_lists_iterator() argument
6225 CumulativeListSizes, Components, in const_component_lists_iterator()
6248 if (ListSizeCur == CumulativeListSizes.end()) { in const_component_lists_iterator()