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

References

tools/clang/lib/Sema/SemaLookup.cpp
 3758     if (!Ctx)
 3762     if (Visited.visitedContext(Ctx->getPrimaryContext()))
 3765     Consumer.EnteredContext(Ctx);
 3768     if (isa<TranslationUnitDecl>(Ctx) &&
 3788           if (S.IdResolver.isDeclInScope(*I, Ctx)) {
 3790               Consumer.FoundDecl(ND, Visited.checkHidden(ND), Ctx, InBaseClass);
 3800     if (CXXRecordDecl *Class = dyn_cast<CXXRecordDecl>(Ctx))
 3805                 !(isa<TranslationUnitDecl>(Ctx) || isa<NamespaceDecl>(Ctx));
 3805                 !(isa<TranslationUnitDecl>(Ctx) || isa<NamespaceDecl>(Ctx));
 3808          Load ? Ctx->lookups()
 3809               : Ctx->noload_lookups(/*PreserveInternalState=*/false)) {
 3812           Consumer.FoundDecl(ND, Visited.checkHidden(ND), Ctx, InBaseClass);
 3821       for (auto I : Ctx->using_directives()) {
 3830     if (CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(Ctx)) {
 3887     if (ObjCInterfaceDecl *IFace = dyn_cast<ObjCInterfaceDecl>(Ctx)) {
 3916     } else if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Ctx)) {
 3922     } else if (ObjCCategoryDecl *Category = dyn_cast<ObjCCategoryDecl>(Ctx)) {