| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Module.cpp | 214 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 D | ModuleMap.cpp | 133 << 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 D | Preprocessor.cpp | 971 << Path[0]->getFullModuleName() in makeModuleVisible() 972 << Conflict->getFullModuleName() in makeModuleVisible()
|
| H A D | PPMacroExpansion.cpp | 273 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo() 293 << MM->getOwningModule()->getFullModuleName(); in dumpMacroInfo() 308 llvm::errs() << " " << O->getOwningModule()->getFullModuleName(); in dumpMacroInfo()
|
| H A D | PPLexerChange.cpp | 295 << Mod.getFullModuleName() << RelativePath; in diagnoseMissingHeaderInUmbrellaDir()
|
| H A D | PPDirectives.cpp | 1638 << M->getFullModuleName() << Requirement.second << Requirement.first; in checkModuleIsAvailable() 2056 << M->getFullModuleName(); in HandleIncludeDirective()
|
| H A D | Pragma.cpp | 1548 << M->getFullModuleName() << ModuleName[I].first; in HandlePragma()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 147 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 D | PrintPreprocessedOutput.cpp | 357 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 D | CompilerInstance.cpp | 1350 << 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 D | FrontendAction.cpp | 529 << M->getFullModuleName() << Err.message(); in getInputBufferForModule()
|
| H A D | ASTUnit.cpp | 906 std::string ModName = Mod->getFullModuleName(); in AddTopLevelDeclarationToHash()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Module.h | 441 std::string getFullModuleName(bool AllowStringLiterals = false) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 238 OS << " in " << M->getFullModuleName(); in Visit() 242 AddChild([=] { OS << "also in " << M->getFullModuleName(); }); in Visit()
|
| H A D | DeclPrinter.cpp | 874 Out << "@import " << D->getImportedModule()->getFullModuleName() in VisitImportDecl()
|
| H A D | ASTDumper.cpp | 716 OS << ' ' << D->getImportedModule()->getFullModuleName(); in VisitImportDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 5092 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 D | SemaDecl.cpp | 1477 << (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 D | SemaOverload.cpp | 9357 << !M << (M ? M->getFullModuleName() : ""); in diagnoseEquivalentInternalLinkageDeclarations() 9362 << !M << (M ? M->getFullModuleName() : ""); in diagnoseEquivalentInternalLinkageDeclarations()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 2085 << WritingModule->getFullModuleName() << U.Size.hasValue() in WriteHeaderSearch()
|
| H A D | ASTReader.cpp | 9233 return M->getFullModuleName(); in getOwningModuleNameForDiagnostic()
|