Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5361 ArrayRef<unsigned> CumulativeListSizes, in const_component_lists_iterator() argument
5368 ListSizeCur(CumulativeListSizes.begin()), in const_component_lists_iterator()
5369 ListSizeEnd(CumulativeListSizes.end()), End(Components.end()) { in const_component_lists_iterator()
5382 ArrayRef<unsigned> DeclsListNum, ArrayRef<unsigned> CumulativeListSizes, in const_component_lists_iterator() argument
5386 CumulativeListSizes, Components, in const_component_lists_iterator()
5409 if (ListSizeCur == CumulativeListSizes.end()) { in const_component_lists_iterator()