Searched refs:ReadModuleMapFile (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h125 virtual void ReadModuleMapFile(StringRef ModuleMapPath) {} function in class:clang::ASTReaderListener
244 void ReadModuleMapFile(StringRef ModuleMapPath) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp532 void ReadModuleMapFile(StringRef ModuleMapPath) override {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp160 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { function in class:ChainedASTReaderListener
161 First->ReadModuleMapFile(ModuleMapPath);
162 Second->ReadModuleMapFile(ModuleMapPath);
3998 Listener->ReadModuleMapFile(F.ModuleMapPath);
5266 Listener.ReadModuleMapFile(Path);

Completed in 190 milliseconds