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.cpp3759 SmallVector<const ObjCMethodDecl *, 8> SelectedMethods; in SelectorsForTypoCorrection() local
3761 HelperSelectorsForTypoCorrection(SelectedMethods, in SelectorsForTypoCorrection()
3764 return (SelectedMethods.size() == 1) ? SelectedMethods[0] : nullptr; in SelectorsForTypoCorrection()