Home
last modified time | relevance | path

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

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