Home
last modified time | relevance | path

Searched refs:getFullModuleName (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DModule.cpp214 std::string Module::getFullModuleName(bool AllowStringLiterals) const { in getFullModuleName() function in Module
517 OS << Restriction->getFullModuleName(true); in print()
538 OS << DirectUses[I]->getFullModuleName(true); in print()
571 OS << Conflicts[I].Other->getFullModuleName(true); in print()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp133 << Id[0].first << Mod->getFullModuleName(); in resolveModuleId()
144 << Id[I].first << Context->getFullModuleName() in resolveModuleId()
242 << Header.FileName << M->getFullModuleName(); in findHeader()
261 << UmbrellaMod->getFullModuleName(); in resolveHeader()
1243 llvm::errs() << I->getModule()->getFullModuleName(); in dump()
1723 SmallString<128> FullName(ActiveModule->getFullModuleName()); in diagnosePrivateModules()
1863 << ActiveModule->getTopLevelModule()->getFullModuleName(); in parseModuleDecl()
2278 << ActiveModule->getFullModuleName(); in parseHeaderDecl()
2343 << ActiveModule->getFullModuleName() in parseHeaderDecl()
2371 << ActiveModule->getFullModuleName(); in parseUmbrellaDirDecl()
[all …]
H A DPreprocessor.cpp971 << Path[0]->getFullModuleName() in makeModuleVisible()
972 << Conflict->getFullModuleName() in makeModuleVisible()
H A DPPMacroExpansion.cpp273 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
293 << MM->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
308 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
H A DPPLexerChange.cpp295 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
H A DPPDirectives.cpp1638 << M->getFullModuleName() << Requirement.second << Requirement.first; in checkModuleIsAvailable()
2056 << M->getFullModuleName(); in HandleIncludeDirective()
H A DPragma.cpp1548 << M->getFullModuleName() << ModuleName[I].first; in HandlePragma()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp147 OS << "#pragma clang module import " << Mod->getFullModuleName(true) in WriteImplicitModuleImport()
482 << Mod->getFullModuleName(true) << "\n"; in Process()
489 << Mod->getFullModuleName(true) << "*/\n"; in Process()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp357 OS << "#pragma clang module import " << Imported->getFullModuleName(true) in InclusionDirective()
386 OS << "#pragma clang module begin " << M->getFullModuleName(true); in BeginModule()
393 OS << "#pragma clang module end /*" << M->getFullModuleName(true) << "*/"; in EndModule()
H A DCompilerInstance.cpp1350 << true << ConfigMacro << Mod->getFullModuleName(); in checkConfigMacro()
1361 << false << ConfigMacro << Mod->getFullModuleName(); in checkConfigMacro()
1369 << false << ConfigMacro << Mod->getFullModuleName(); in checkConfigMacro()
1872 << Path[I].first << Module->getFullModuleName() << PrivateModule in loadModule()
1907 << Path[I].first << Module->getFullModuleName() << Best[0] in loadModule()
1920 << Path[I].first << Module->getFullModuleName() in loadModule()
1940 << Module->getFullModuleName() in loadModule()
H A DFrontendAction.cpp529 << M->getFullModuleName() << Err.message(); in getInputBufferForModule()
H A DASTUnit.cpp906 std::string ModName = Mod->getFullModuleName(); in AddTopLevelDeclarationToHash()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h441 std::string getFullModuleName(bool AllowStringLiterals = false) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTextNodeDumper.cpp238 OS << " in " << M->getFullModuleName(); in Visit()
242 AddChild([=] { OS << "also in " << M->getFullModuleName(); }); in Visit()
H A DDeclPrinter.cpp874 Out << "@import " << D->getImportedModule()->getFullModuleName() in VisitImportDecl()
H A DASTDumper.cpp716 OS << ' ' << D->getImportedModule()->getFullModuleName(); in VisitImportDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp5092 ModuleList += M->getFullModuleName(); in diagnoseMissingImport()
5105 << (int)MIK << Decl << Modules[0]->getFullModuleName() in diagnoseMissingImport()
5110 << (int)MIK << Decl << Modules[0]->getFullModuleName(); in diagnoseMissingImport()
H A DSemaDecl.cpp1477 << (NewIsModuleInterface ? NewM->getFullModuleName() : "") in CheckRedeclarationModuleOwnership()
1479 << (OldIsModuleInterface ? OldM->getFullModuleName() : ""); in CheckRedeclarationModuleOwnership()
4034 << HdrFilename.str() << Mod->getFullModuleName(); in notePreviousDefinition()
4037 << Mod->getFullModuleName(); in notePreviousDefinition()
16934 << M->getFullModuleName() << DC; in checkModuleImportContext()
16940 << M->getFullModuleName(); in checkModuleImportContext()
17110 << Mod->getFullModuleName() << getLangOpts().CurrentModule; in ActOnModuleImport()
H A DSemaOverload.cpp9357 << !M << (M ? M->getFullModuleName() : ""); in diagnoseEquivalentInternalLinkageDeclarations()
9362 << !M << (M ? M->getFullModuleName() : ""); in diagnoseEquivalentInternalLinkageDeclarations()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2085 << WritingModule->getFullModuleName() << U.Size.hasValue() in WriteHeaderSearch()
H A DASTReader.cpp9233 return M->getFullModuleName(); in getOwningModuleNameForDiagnostic()