Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderSearch.cpp171 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local
186 StringRef ModuleMapPath) { in getCachedModuleFileName()
192 StringRef ModuleMapPath, in getCachedModuleFileNameImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleFile.h154 std::string ModuleMapPath; variable
H A DASTReader.h127 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp536 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp161 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile()