Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTReader.h141 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4040 return Listener.ReadFileSystemOptions(FSOpts, Complain); in ParseFileSystemOptions()