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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 7638     if (CheckContext(Ctx))
 7643     if (const auto *MethodD = dyn_cast<ObjCMethodDecl>(Ctx))
 7648     if (const auto *CatOrImpl = dyn_cast<ObjCImplDecl>(Ctx)) {
 7654     else if (const auto *CatD = dyn_cast<ObjCCategoryDecl>(Ctx))
 7658   } while ((Ctx = cast_or_null<Decl>(Ctx->getDeclContext())));
 7658   } while ((Ctx = cast_or_null<Decl>(Ctx->getDeclContext())));