Home
last modified time | relevance | path

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

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