Home
last modified time | relevance | path

Searched refs:getTopLevelModuleName (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h647 return getTopLevelModuleName(); in getPrimaryModuleInterfaceName()
676 StringRef getTopLevelModuleName() const { in getTopLevelModuleName() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h44 : ModuleName(M->getTopLevelModuleName()), in PrebuiltModuleDep()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp224 auto ModuleName = M->getTopLevelModuleName(); in getCurrentModuleAPINotes()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp790 LeavingMod->getTopLevelModuleName() != getLangOpts().CurrentModule)) { in LeaveSubmodule()
H A DPragma.cpp1775 << M->getTopLevelModuleName(); in HandlePragma()
H A DModuleMap.cpp2512 !isBuiltInModuleName(ActiveModule->getTopLevelModuleName()) || in parseHeaderDecl()
H A DPPDirectives.cpp2368 << ModuleToImport->getTopLevelModuleName(); in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp161 StringRef TopLevelName = getTopLevelModuleName(); in isForBuilding()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp758 std::string Name(M->getTopLevelModuleName()); in isPrebuiltModule()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1369 ImportingInstance, ImportLoc, Module->getTopLevelModuleName(), in compileModule()
1386 ImportingInstance, ImportLoc, Module->getTopLevelModuleName(), in compileModule()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5641 return M->getTopLevelModuleName().str(); in diagnoseMissingImport()
H A DSemaDeclCXX.cpp12058 << M->getTopLevelModuleName(); in DiagnoseInvisibleNamespace()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3119 if (M->getTopLevelModuleName() == getLangOpts().CurrentModule && in EmitModuleLinkOptions()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5815 << CurrentModule->getTopLevelModuleName() << CurFile->getName() in ReadSubmoduleBlock()