Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5688 mapperlist_iterator mapperlist_begin() { return getUDMapperRefs().begin(); } in mapperlist_begin() function
5690 mapperlist_const_iterator mapperlist_begin() const { in mapperlist_begin() function
5697 return mapperlist_range(mapperlist_begin(), mapperlist_end()); in mapperlists()
5700 return mapperlist_const_range(mapperlist_begin(), mapperlist_end()); in mapperlists()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp5915 auto *MI = C->mapperlist_begin(); in processImplicitMapsWithDefaultMappers()