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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
  283   if (const auto *OID = dyn_cast<ObjCImplementationDecl>(DC)) {
  285   } else if (const auto *OID = dyn_cast<ObjCInterfaceDecl>(DC)) {
  287   } else if (const auto *OC = dyn_cast<ObjCCategoryDecl>(DC)) {
  294   } else if (const auto *OCD = dyn_cast<ObjCCategoryImplDecl>(DC)) {
  296   } else if (isa<ObjCProtocolDecl>(DC)) {