Lines Matching defs:Existing
2047 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) {
2052 bool LoadedFromASTFile = Existing->IsFromModuleFile;
2054 bool Inferred = Existing->IsInferred;
2062 // the definition of Sub. Checking that qualifier on \c Existing is
2067 // that \c Existing is part of a framework iff the redefinition of FW
2069 // the local framework qualifier and only rely on \c Existing.
2070 bool PartOfFramework = Framework || Existing->isPartOfFramework();
2077 SourceMgr.getDecomposedLoc(Existing->DefinitionLoc).first;
2092 if (!Existing->Parent && Map.mayShadowNewModule(Existing)) {
2093 ShadowingModule = Existing;
2098 Diags.Report(Existing->DefinitionLoc, diag::note_mmap_prev_definition);