Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DSelectorMap.cpp23 SelectorMap::SelMethMapTy &SelMethMap; member in __anon57a259050111::SelMapper
29 : SelMethMap(MethMap), SelRefMap(RefMap) { } in SelMapper()
44 SelMethMap.insert(std::make_pair(D->getSelector(), D)); in VisitObjCMethodDecl()
63 SelMapper(SelMethMap, SelRefMap).Visit(Ctx.getTranslationUnitDecl()); in SelectorMap()
68 return method_iterator(SelMethMap.lower_bound(Sel)); in methods_begin()
73 return method_iterator(SelMethMap.upper_bound(Sel)); in methods_end()
/external/clang/include/clang/Index/
DSelectorMap.h49 mutable SelMethMapTy SelMethMap;