reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 3989   const ObjCMethodDecl *SelectorsForTypoCorrection(Selector Sel,

References

tools/clang/lib/Sema/SemaExprObjC.cpp
 1189     if (const ObjCMethodDecl *OM = SelectorsForTypoCorrection(Sel)) {
 1590       const ObjCMethodDecl *OMD = SelectorsForTypoCorrection(Sel, ReceiverType);