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.h477 SelectorsForTypoCorrection(Selector Sel, QualType ObjectType = QualType());
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1309 if (const ObjCMethodDecl *OM = SelectorsForTypoCorrection(Sel)) { in ParseObjCSelectorExpression()
1750 const ObjCMethodDecl *OMD = SelectorsForTypoCorrection(Sel, ReceiverType); in CheckMessageArgumentTypes()
H A DSemaDeclObjC.cpp3711 SemaObjC::SelectorsForTypoCorrection(Selector Sel, QualType ObjectType) { in SelectorsForTypoCorrection() function in SemaObjC