Searched refs:SelectedMethods (Results 1 – 2 of 2) sorted by relevance
3631 SmallVector<const ObjCMethodDecl *, 8> SelectedMethods; in SelectorsForTypoCorrection() local3633 HelperSelectorsForTypoCorrection(SelectedMethods, in SelectorsForTypoCorrection()3636 return (SelectedMethods.size() == 1) ? SelectedMethods[0] : nullptr; in SelectorsForTypoCorrection()
3739 SmallVector<const ObjCMethodDecl *, 8> SelectedMethods; in SelectorsForTypoCorrection() local3741 HelperSelectorsForTypoCorrection(SelectedMethods, in SelectorsForTypoCorrection()3744 return (SelectedMethods.size() == 1) ? SelectedMethods[0] : nullptr; in SelectorsForTypoCorrection()