Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp171 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local
186 StringRef ModuleMapPath) { in getCachedModuleFileName()
192 StringRef ModuleMapPath, in getCachedModuleFileNameImpl()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DModuleFile.h154 std::string ModuleMapPath; variable
DASTReader.h127 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp558 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReader.cpp161 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile()