Home | History | Annotate | Download | only in Sema

Lines Matching defs:Entity

3001   DeclContext *Entity = 0;
3006 Entity = (DeclContext *)S->getEntity();
3009 for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx);
3044 Entity = Result.getSema().Context.getTranslationUnitDecl();
3045 LookupVisibleDecls(Entity, Result, /*QualifiedNameLookup=*/false,
3049 if (Entity) {
3053 llvm::tie(UI, UEnd) = UDirs.getNamespacesFor(Entity);
3229 // entity, and add the identifier to the list of results.