Searched defs:getFileSystemOpts (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h207 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } function in class:clang::CompilerInvocation
209 const FileSystemOptions &getFileSystemOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h278 FileSystemOptions &getFileSystemOpts() { function in class:clang::CompilerInstance
281 const FileSystemOptions &getFileSystemOpts() const { function in class:clang::CompilerInstance
H A DASTUnit.h479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } function in class:clang::ASTUnit
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h352 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } function in class:clang::FileManager
353 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } function in class:clang::FileManager

Completed in 181 milliseconds