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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 1685     if (corrected) {
 1687       if (auto proto = corrected.getCorrectionDeclAs<ObjCProtocolDecl>()) {
 1688         diagnoseTypo(corrected,
 1698       if (auto typeDecl = corrected.getCorrectionDeclAs<TypeDecl>()) {
 1699         diagnoseTypo(corrected,
 1709       if (auto objcClass = corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) {
 1710         diagnoseTypo(corrected,