Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDHeaderSearch.cpp241 StringRef ModuleMapPath = ModuleMap->getName(); in getPrebuiltImplicitModuleFileName() local
256 StringRef ModuleMapPath) { in getCachedModuleFileName()
262 StringRef ModuleMapPath, in getCachedModuleFileNameImpl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDModuleFile.h164 std::string ModuleMapPath; variable
HDASTReader.h127 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} in ReadModuleMapFile()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDFrontendActions.cpp621 void ReadModuleMapFile(StringRef ModuleMapPath) override { in ReadModuleMapFile()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp169 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { in ReadModuleMapFile()