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.h163 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function
289 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
/freebsd/contrib/llvm-project/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()
6446 return Listener.ReadFileSystemOptions(FSOpts, Complain); in ParseFileSystemOptions()