Home
last modified time | relevance | path

Searched defs:ModuleMapPath (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp217 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local
232 StringRef ModuleMapPath) { in getCachedModuleFileName()
238 StringRef ModuleMapPath, in getCachedModuleFileNameImpl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleFile.h164 std::string ModuleMapPath; variable
H A DASTReader.h127 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp591 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp164 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile()