Searched refs:ReadFileSystemOptions (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 151 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function 240 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/ |
D | ASTReader.h | 161 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function 271 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/ |
D | ASTReader.h | 161 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function 271 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/ |
D | ASTReader.h | 161 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function 271 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/ |
D | ASTReader.h | 161 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function 271 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 109 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions() function in ChainedASTReaderListener 111 return First->ReadFileSystemOptions(FSOpts, Complain) || in ReadFileSystemOptions() 112 Second->ReadFileSystemOptions(FSOpts, Complain); in ReadFileSystemOptions() 4770 return Listener.ReadFileSystemOptions(FSOpts, Complain); in ParseFileSystemOptions()
|