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