Searched refs:GlobalMethods (Results 1 – 3 of 3) sorted by relevance
2212 GlobalMethods())).first; in AddMethodToGlobalPool()2329 GlobalMethods &Methods = Pos->second; in LookupImplementedMethodInGlobalPool()
799 typedef std::pair<ObjCMethodList, ObjCMethodList> GlobalMethods; typedef800 typedef llvm::DenseMap<Selector, GlobalMethods> GlobalMethodPool;
6351 = S.MethodPool.insert(std::make_pair(Sel, Sema::GlobalMethods())).first; in ReadMethodPool()