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

References

tools/clang/lib/Sema/SemaLookup.cpp
 3972       for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx);
 3972       for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx);
 3973            Ctx = Ctx->getLookupParent()) {
 3973            Ctx = Ctx->getLookupParent()) {
 3974         if (ObjCMethodDecl *Method = dyn_cast<ObjCMethodDecl>(Ctx)) {
 3993         if (Ctx->isFunctionOrMethod())
 3996         lookupInDeclContext(Ctx, Result, /*QualifiedNameLookup=*/false,