Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp195 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function in ChainedASTReaderListener
197 return First->ReadFileSystemOptions(FSOpts, Complain) || in ReadFileSystemOptions()
198 Second->ReadFileSystemOptions(FSOpts, Complain); in ReadFileSystemOptions()
6106 return Listener.ReadFileSystemOptions(FSOpts, Complain); in ParseFileSystemOptions()