Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Name

916   // Note the name of the module we're building.
1003 << Module->Name << ModuleFileName;
1014 << Module->Name;
1039 << Module->Name << SourceRange(ImportLoc, ModuleNameLoc);
1053 << Module->Name;
1076 << Module->Name;
1410 // Search for a module with the given name.
1533 StringRef Name = Path[I].first->getName();
1534 clang::Module *Sub = Module->findSubmodule(Name);
1537 // Attempt to perform typo correction to find a module name that works.
1544 unsigned ED = Name.edit_distance((*J)->Name,
1553 Best.push_back((*J)->Name);
1571 // No submodule by this name. Complain, and don't look for further
1687 getPreprocessor().getIdentifierInfo(TheModule->Name), TriggerLoc));
1709 CompilerInstance::lookupMissingImports(StringRef Name,
1725 if (GlobalIndex->lookupIdentifier(Name, FoundModules))