Home
last modified time | relevance | path

Searched refs:ReadFileSystemOptions (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h160 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function
252 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp194 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function in ChainedASTReaderListener
196 return First->ReadFileSystemOptions(FSOpts, Complain) || in ReadFileSystemOptions()
197 Second->ReadFileSystemOptions(FSOpts, Complain); in ReadFileSystemOptions()
5879 return Listener.ReadFileSystemOptions(FSOpts, Complain); in ParseFileSystemOptions()