reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4024 assert(DC == DC->getPrimaryContext() && "only primary DC has lookup table"); 4024 assert(DC == DC->getPrimaryContext() && "only primary DC has lookup table"); 4040 for (auto &Lookup : *DC->buildLookup()) { 4048 if (isLookupResultExternal(Result, DC) && 4049 isLookupResultEntirelyExternal(Result, DC)) 4075 assert(isa<CXXRecordDecl>(DC) && 4081 assert(isa<CXXRecordDecl>(DC) && 4091 if (auto *D = dyn_cast<CXXRecordDecl>(DC)) { 4112 for (Decl *ChildD : cast<CXXRecordDecl>(DC)->decls()) 4147 DC->lookup(Name); 4159 DeclContext::lookup_result Result = DC->noload_lookup(Name); 4188 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr;