Searched refs:MethodMap (Results 1 – 5 of 5) sorted by relevance
115 throws MethodMap.AmbiguousException in findMethod()233 private final MethodMap methodMap;238 methodMap = new MethodMap(conversionHandler); in MethodCache()258 throws MethodMap.AmbiguousException in get()276 catch(MethodMap.AmbiguousException ae) in get()
96 catch(MethodMap.AmbiguousException ae) in getMethod()
44 public class MethodMap class63 public MethodMap() in MethodMap() method in MethodMap73 public MethodMap(TypeConversionHandler conversionHandler) in MethodMap() method in MethodMap
90 throws MethodMap.AmbiguousException in getMethod()
1663 llvm::DenseMap<Selector, const ObjCMethodDecl*> MethodMap; in DiagnoseClassExtensionDupMethods() local1665 MethodMap[MD->getSelector()] = MD; in DiagnoseClassExtensionDupMethods()1667 if (MethodMap.empty()) in DiagnoseClassExtensionDupMethods()1670 const ObjCMethodDecl *&PrevMethod = MethodMap[Method->getSelector()]; in DiagnoseClassExtensionDupMethods()