Searched refs:SelectedMethods (Results 1 – 1 of 1) sorted by relevance
2552 SmallVector<const ObjCMethodDecl *, 8> SelectedMethods; in SelectorsForTypoCorrection() local2554 HelperSelectorsForTypoCorrection(SelectedMethods, in SelectorsForTypoCorrection()2557 return (SelectedMethods.size() == 1) ? SelectedMethods[0] : nullptr; in SelectorsForTypoCorrection()