| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Module.cpp | 221 std::string Module::getFullModuleName(bool AllowStringLiterals) const { in getFullModuleName() function in Module 545 OS << Restriction->getFullModuleName(true); in print() 566 llvm::errs() << "import " << M->getFullModuleName() << "\n"; in print() 573 OS << DirectUses[I]->getFullModuleName(true); in print() 606 OS << Conflicts[I].Other->getFullModuleName(true); in print()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrintPreprocessedOutput.cpp | 358 OS << "#pragma clang module import " << Imported->getFullModuleName(true) in InclusionDirective() 387 OS << "#pragma clang module begin " << M->getFullModuleName(true); in BeginModule() 394 OS << "#pragma clang module end /*" << M->getFullModuleName(true) << "*/"; in EndModule() 779 std::string Name = M->getFullModuleName(); in PrintPreprocessedTokens()
|
| H A D | CompilerInstance.cpp | 1389 << true << ConfigMacro << Mod->getFullModuleName(); in checkConfigMacro() 1400 << false << ConfigMacro << Mod->getFullModuleName(); in checkConfigMacro() 1408 << false << ConfigMacro << Mod->getFullModuleName(); in checkConfigMacro() 1935 << Path[I].first << Module->getFullModuleName() << PrivateModule in loadModule() 1970 << Path[I].first << Module->getFullModuleName() << Best[0] in loadModule() 1983 << Path[I].first << Module->getFullModuleName() in loadModule() 2003 << Module->getFullModuleName() in loadModule()
|
| H A D | FrontendAction.cpp | 542 << M->getFullModuleName() << Err.message(); in getInputBufferForModule()
|
| H A D | ASTUnit.cpp | 928 std::string ModName = Mod->getFullModuleName(); in AddTopLevelDeclarationToHash()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 132 << Id[0].first << Mod->getFullModuleName(); in resolveModuleId() 143 << Id[I].first << Context->getFullModuleName() in resolveModuleId() 241 << Header.FileName << M->getFullModuleName(); in findHeader() 260 << UmbrellaMod->getFullModuleName(); in resolveHeader() 1295 llvm::errs() << I->getModule()->getFullModuleName(); in dump() 1776 SmallString<128> FullName(ActiveModule->getFullModuleName()); in diagnosePrivateModules() 1916 ? ActiveModule->getTopLevelModule()->getFullModuleName() in parseModuleDecl() 2329 << ActiveModule->getFullModuleName(); in parseHeaderDecl() 2394 << ActiveModule->getFullModuleName() in parseHeaderDecl() 2423 << ActiveModule->getFullModuleName(); in parseUmbrellaDirDecl() [all …]
|
| H A D | PPMacroExpansion.cpp | 277 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo() 297 << MM->getOwningModule()->getFullModuleName(); in dumpMacroInfo() 312 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
|
| H A D | Pragma.cpp | 1194 llvm::errs() << M->getFullModuleName() << " "; in HandlePragma() 1225 llvm::errs() << "in " << Building.M->getFullModuleName(); in HandlePragma() 1739 << M->getFullModuleName() << ModuleName[I].first; in HandlePragma()
|
| H A D | Preprocessor.cpp | 1311 << Path[0]->getFullModuleName() in makeModuleVisible() 1312 << Conflict->getFullModuleName() in makeModuleVisible()
|
| H A D | PPLexerChange.cpp | 298 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
|
| H A D | PPDirectives.cpp | 1759 << M->getFullModuleName() << Requirement.second << Requirement.first; in checkModuleIsAvailable() 2342 << M->getFullModuleName(); in HandleHeaderIncludeOrImport()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 148 OS << "#pragma clang module import " << Mod->getFullModuleName(true) in WriteImplicitModuleImport() 433 << Mod->getFullModuleName(true) << "\n"; in Process() 440 << Mod->getFullModuleName(true) << "*/\n"; in Process()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 46 << M->getFullModuleName() << DC; in checkModuleImportContext() 52 << M->getFullModuleName(); in checkModuleImportContext() 361 << Mod->getFullModuleName() << getLangOpts().CurrentModule; in ActOnModuleImport()
|
| H A D | SemaLookup.cpp | 5428 ModuleList += M->getFullModuleName(); in diagnoseMissingImport() 5436 << (int)MIK << Decl << Modules[0]->getFullModuleName(); in diagnoseMissingImport()
|
| H A D | SemaDecl.cpp | 1610 << (NewIsModuleInterface ? NewM->getFullModuleName() : "") in CheckRedeclarationModuleOwnership() 1612 << (OldIsModuleInterface ? OldM->getFullModuleName() : ""); in CheckRedeclarationModuleOwnership() 4351 << HdrFilename.str() << Mod->getFullModuleName(); in notePreviousDefinition() 4354 << Mod->getFullModuleName(); in notePreviousDefinition()
|
| H A D | SemaOverload.cpp | 9948 << !M << (M ? M->getFullModuleName() : ""); in diagnoseEquivalentInternalLinkageDeclarations() 9953 << !M << (M ? M->getFullModuleName() : ""); in diagnoseEquivalentInternalLinkageDeclarations()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 205 MD.ID.ModuleName = M->getFullModuleName(); in handleTopLevelModule()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Module.h | 509 std::string getFullModuleName(bool AllowStringLiterals = false) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 263 OS << " in " << M->getFullModuleName(); in Visit() 267 AddChild([=] { OS << "also in " << M->getFullModuleName(); }); in Visit() 1785 OS << ' ' << D->getImportedModule()->getFullModuleName(); in VisitImportDecl()
|
| H A D | DeclPrinter.cpp | 934 Out << "@import " << D->getImportedModule()->getFullModuleName() in VisitImportDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 1786 << WritingModule->getFullModuleName() << U.Size.hasValue() in WriteHeaderSearch()
|
| H A D | ASTReader.cpp | 9177 return M->getFullModuleName(); in getOwningModuleNameForDiagnostic()
|