Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h485 SelectorsForTypoCorrection(Selector Sel, QualType ObjectType = QualType());
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1314 if (const ObjCMethodDecl *OM = SelectorsForTypoCorrection(Sel)) { in ParseObjCSelectorExpression()
1763 const ObjCMethodDecl *OMD = SelectorsForTypoCorrection(Sel, ReceiverType); in CheckMessageArgumentTypes()
H A DSemaDeclObjC.cpp3709 SemaObjC::SelectorsForTypoCorrection(Selector Sel, QualType ObjectType) { in SelectorsForTypoCorrection() function in SemaObjC