Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5806 mapperlist_iterator mapperlist_begin() { return getUDMapperRefs().begin(); } in mapperlist_begin() function
5808 mapperlist_const_iterator mapperlist_begin() const { in mapperlist_begin() function
5815 return mapperlist_range(mapperlist_begin(), mapperlist_end()); in mapperlists()
5818 return mapperlist_const_range(mapperlist_begin(), mapperlist_end()); in mapperlists()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6017 auto *MI = C->mapperlist_begin(); in processImplicitMapsWithDefaultMappers()