Home
last modified time | relevance | path

Searched refs:SelectedMethods (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3747 SmallVector<const ObjCMethodDecl *, 8> SelectedMethods; in SelectorsForTypoCorrection() local
3749 HelperSelectorsForTypoCorrection(SelectedMethods, in SelectorsForTypoCorrection()
3752 return (SelectedMethods.size() == 1) ? SelectedMethods[0] : nullptr; in SelectorsForTypoCorrection()