Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h161 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function
271 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp200 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function in ChainedASTReaderListener
202 return First->ReadFileSystemOptions(FSOpts, Complain) || in ReadFileSystemOptions()
203 Second->ReadFileSystemOptions(FSOpts, Complain); in ReadFileSystemOptions()
6112 return Listener.ReadFileSystemOptions(FSOpts, Complain); in ParseFileSystemOptions()