Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5881 const bool SupportsMapper; variable
5910 const OMPMappableExprListSizeTy &Sizes, bool SupportsMapper = false,
5917 NumComponents(Sizes.NumComponents), SupportsMapper(SupportsMapper) {
6113 assert(SupportsMapper && in getUDMapperRefs()
6124 assert(SupportsMapper && in getUDMapperRefs()
6137 assert(SupportsMapper && in setUDMapperRefs()
6176 const bool SupportsMapper; variable
6201 MappableExprComponentListRef Components, bool SupportsMapper, in const_component_lists_iterator() argument
6206 SupportsMapper(SupportsMapper), in const_component_lists_iterator()
6213 if (SupportsMapper) in const_component_lists_iterator()
[all …]