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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 7690   for (Decl *Ctx = OrigCtx; Ctx;
 7691        Ctx = cast_or_null<Decl>(Ctx->getDeclContext())) {
 7691        Ctx = cast_or_null<Decl>(Ctx->getDeclContext())) {
 7692     if (isa<TagDecl>(Ctx) || isa<FunctionDecl>(Ctx) || isa<ObjCMethodDecl>(Ctx))
 7692     if (isa<TagDecl>(Ctx) || isa<FunctionDecl>(Ctx) || isa<ObjCMethodDecl>(Ctx))
 7692     if (isa<TagDecl>(Ctx) || isa<FunctionDecl>(Ctx) || isa<ObjCMethodDecl>(Ctx))
 7693       return cast<NamedDecl>(Ctx);
 7694     if (auto *CD = dyn_cast<ObjCContainerDecl>(Ctx)) {
 7695       if (auto *Imp = dyn_cast<ObjCImplDecl>(Ctx))