/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Module.cpp | 244 std::string Module::getFullModuleName(bool AllowStringLiterals) const { in getFullModuleName() function in Module 593 OS << Restriction->getFullModuleName(true); in print() 614 llvm::errs() << "import " << M->getFullModuleName() << "\n"; in print() 621 OS << DirectUses[I]->getFullModuleName(true); in print() 654 OS << Conflicts[I].Other->getFullModuleName(true); in print()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 148 OS << "#pragma clang module import " << Mod->getFullModuleName(true) in WriteImplicitModuleImport() 441 << Mod->getFullModuleName(true) << "\n"; in Process() 448 << Mod->getFullModuleName(true) << "*/\n"; in Process()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 138 << Id[0].first << Mod->getFullModuleName(); in resolveModuleId() 149 << Id[I].first << Context->getFullModuleName() in resolveModuleId() 247 << Header.FileName << M->getFullModuleName(); in findHeader() 305 << UmbrellaMod->getFullModuleName(); in resolveHeader() 573 Diags.Report(FilenameLoc, DiagID) << RequestingModule->getFullModuleName() in diagnoseHeaderInclusion() 1393 llvm::errs() << I->getModule()->getFullModuleName(); in dump() 1872 SmallString<128> FullName(ActiveModule->getFullModuleName()); in diagnosePrivateModules() 2012 ? ActiveModule->getTopLevelModule()->getFullModuleName() in parseModuleDecl() 2447 << ActiveModule->getFullModuleName(); in parseHeaderDecl() 2518 << ActiveModule->getFullModuleName() in parseHeaderDecl() [all …]
|
H A D | PPMacroExpansion.cpp | 274 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo() 295 << MM->getOwningModule()->getFullModuleName(); in dumpMacroInfo() 310 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
|
H A D | Pragma.cpp | 1142 llvm::errs() << M->getFullModuleName() << " "; in HandlePragma() 1173 llvm::errs() << "in " << Building.M->getFullModuleName(); in HandlePragma() 1765 << M->getFullModuleName() << ModuleName[I].first; in HandlePragma()
|
H A D | Preprocessor.cpp | 1340 << Path[0]->getFullModuleName() in makeModuleVisible() 1341 << Conflict->getFullModuleName() in makeModuleVisible()
|
H A D | PPLexerChange.cpp | 323 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
|
H A D | PPDirectives.cpp | 1998 << M.getFullModuleName() << Requirement.RequiredState in checkModuleIsAvailable() 2658 << ModuleToImport->getFullModuleName(); in HandleHeaderIncludeOrImport()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 511 << SuggestedModule->getFullModuleName(true) in InclusionDirective() 537 *OS << "#pragma clang module begin " << M->getFullModuleName(true); in BeginModule() 544 *OS << "#pragma clang module end /*" << M->getFullModuleName(true) << "*/"; in EndModule() 960 std::string Name = M->getFullModuleName(); in PrintPreprocessedTokens()
|
H A D | CompilerInstance.cpp | 1588 << true << ConfigMacro << Mod->getFullModuleName(); in checkConfigMacro() 1599 << false << ConfigMacro << Mod->getFullModuleName(); in checkConfigMacro() 1607 << false << ConfigMacro << Mod->getFullModuleName(); in checkConfigMacro() 2110 << Path[I].first << Module->getFullModuleName() << PrivateModule in loadModule() 2142 << Path[I].first << Module->getFullModuleName() << Best[0] in loadModule() 2155 << Path[I].first << Module->getFullModuleName() in loadModule() 2174 << Module->getFullModuleName() in loadModule()
|
H A D | FrontendAction.cpp | 578 << M->getFullModuleName() << Err.message(); in getInputBufferForModule()
|
H A D | ASTUnit.cpp | 975 std::string ModName = Mod->getFullModuleName(); in AddTopLevelDeclarationToHash()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaModule.cpp | 49 << M->getFullModuleName() << DC; in checkModuleImportContext() 55 << M->getFullModuleName(); in checkModuleImportContext() 663 << Mod->getFullModuleName() << getLangOpts().CurrentModule; in ActOnModuleImport()
|
H A D | SemaTemplate.cpp | 2345 OldTypeParm->getImportedOwningModule()->getFullModuleName(); in CheckTemplateParameterList() 2397 OldNonTypeParm->getImportedOwningModule()->getFullModuleName(); in CheckTemplateParameterList() 2448 OldTemplateParm->getImportedOwningModule()->getFullModuleName(); in CheckTemplateParameterList()
|
H A D | SemaDecl.cpp | 1644 << (NewIsModuleInterface ? NewM->getFullModuleName() : "") in CheckRedeclarationModuleOwnership() 1646 << (OldIsModuleInterface ? OldM->getFullModuleName() : ""); in CheckRedeclarationModuleOwnership() 4717 << HdrFilename.str() << Mod->getFullModuleName(); in notePreviousDefinition() 4720 << Mod->getFullModuleName(); in notePreviousDefinition()
|
H A D | SemaLookup.cpp | 5632 return M->getFullModuleName(); in diagnoseMissingImport()
|
H A D | SemaOverload.cpp | 10648 << !M << (M ? M->getFullModuleName() : ""); in diagnoseEquivalentInternalLinkageDeclarations() 10653 << !M << (M ? M->getFullModuleName() : ""); in diagnoseEquivalentInternalLinkageDeclarations()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Module.h | 656 std::string getFullModuleName(bool AllowStringLiterals = false) const;
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TextNodeDumper.cpp | 286 OS << " in " << M->getFullModuleName(); in Visit() 290 AddChild([=] { OS << "also in " << M->getFullModuleName(); }); in Visit() 2291 OS << ' ' << D->getImportedModule()->getFullModuleName(); in VisitImportDecl()
|
H A D | DeclPrinter.cpp | 1020 Out << "@import " << D->getImportedModule()->getFullModuleName() in VisitImportDecl()
|
H A D | ODRDiagsEmitter.cpp | 46 return M->getFullModuleName(); in getOwningModuleNameForDiagnostic()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 579 MD.ID.ModuleName = M->getFullModuleName(); in handleTopLevelModule()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 2116 << WritingModule->getFullModuleName() << U.Size.has_value() in WriteHeaderSearch()
|