Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2538 SmallVector<const ObjCMethodDecl *, 8> SelectedMethods; in SelectorsForTypoCorrection() local
2540 HelperSelectorsForTypoCorrection(SelectedMethods, in SelectorsForTypoCorrection()
2543 return (SelectedMethods.size() == 1) ? SelectedMethods[0] : nullptr; in SelectorsForTypoCorrection()