Searched refs:mapperlist_begin (Results 1 – 2 of 2) sorted by relevance
5846 mapperlist_iterator mapperlist_begin() { return getUDMapperRefs().begin(); } in mapperlist_begin() function5848 mapperlist_const_iterator mapperlist_begin() const { in mapperlist_begin() function5855 return mapperlist_range(mapperlist_begin(), mapperlist_end()); in mapperlists()5858 return mapperlist_const_range(mapperlist_begin(), mapperlist_end()); in mapperlists()
5792 auto *MI = C->mapperlist_begin(); in processImplicitMapsWithDefaultMappers()