Home | History | Annotate | Download | only in Lex

Lines Matching refs:Existing

145 /// header, supplied by Clang to replace, override, or augment existing system
541 // Try to find an existing module with this name.
1360 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) {
1361 if (Existing->DefinitionLoc.isInvalid() && !ActiveModule) {
1376 Diags.Report(Existing->DefinitionLoc, diag::note_mmap_prev_definition);