Searched refs:GlobalMethods (Results 1 – 6 of 6) sorted by relevance
3326 GlobalMethods())).first; in AddMethodToGlobalPool()3531 GlobalMethods &Methods = Pos->second; in LookupImplementedMethodInGlobalPool()
3431 GlobalMethods())).first; in AddMethodToGlobalPool()3639 GlobalMethods &Methods = Pos->second; in LookupImplementedMethodInGlobalPool()
990 typedef std::pair<ObjCMethodList, ObjCMethodList> GlobalMethods; typedef991 typedef llvm::DenseMap<Selector, GlobalMethods> GlobalMethodPool;
1307 typedef std::pair<ObjCMethodList, ObjCMethodList> GlobalMethods; typedef1308 typedef llvm::DenseMap<Selector, GlobalMethods> GlobalMethodPool;
7203 = S.MethodPool.insert(std::make_pair(Sel, Sema::GlobalMethods())).first; in ReadMethodPool()
8190 = S.MethodPool.insert(std::make_pair(Sel, Sema::GlobalMethods())).first; in ReadMethodPool()