Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp241 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local
256 StringRef ModuleMapPath) { in getCachedModuleFileName()
262 StringRef ModuleMapPath, in getCachedModuleFileNameImpl()
/freebsd/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/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp621 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp169 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile()