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.h641 return getTopLevelModuleName(); in getPrimaryModuleInterfaceName()
670 StringRef getTopLevelModuleName() const { in getTopLevelModuleName() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h43 : ModuleName(M->getTopLevelModuleName()), in PrebuiltModuleDep()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp223 auto ModuleName = M->getTopLevelModuleName(); in getCurrentModuleAPINotes()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp791 LeavingMod->getTopLevelModuleName() != getLangOpts().CurrentModule)) { in LeaveSubmodule()
H A DPragma.cpp1774 << M->getTopLevelModuleName(); in HandlePragma()
H A DPPDirectives.cpp2290 << SuggestedModule.getModule()->getTopLevelModuleName(); in HandleHeaderIncludeOrImport()
H A DModuleMap.cpp2505 !isBuiltInModuleName(ActiveModule->getTopLevelModuleName()) || in parseHeaderDecl()
/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.cpp680 std::string Name(M->getTopLevelModuleName()); in isPrebuiltModule()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1342 ImportingInstance, ImportLoc, Module->getTopLevelModuleName(), in compileModule()
1359 ImportingInstance, ImportLoc, Module->getTopLevelModuleName(), in compileModule()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5781 return M->getTopLevelModuleName().str(); in diagnoseMissingImport()
H A DSemaDeclCXX.cpp12142 << M->getTopLevelModuleName(); in DiagnoseInvisibleNamespace()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3085 if (M->getTopLevelModuleName() == getLangOpts().CurrentModule && in EmitModuleLinkOptions()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5809 << CurrentModule->getTopLevelModuleName() << CurFile->getName() in ReadSubmoduleBlock()