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

/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp526 void ReadModuleMapFile(StringRef ModuleMapPath) override {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp158 void ChainedASTReaderListener::ReadModuleMapFile(StringRef ModuleMapPath) { function in class:ChainedASTReaderListener
159 First->ReadModuleMapFile(ModuleMapPath);
160 Second->ReadModuleMapFile(ModuleMapPath);
3964 Listener->ReadModuleMapFile(F.ModuleMapPath);
5229 Listener.ReadModuleMapFile(Path);

Completed in 132 milliseconds