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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h189 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } function in class:clang::CompilerInvocation
190 const FileSystemOptions &getFileSystemOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h273 FileSystemOptions &getFileSystemOpts() { function in class:clang::CompilerInstance
276 const FileSystemOptions &getFileSystemOpts() const { function in class:clang::CompilerInstance
H A DASTUnit.h528 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } function in class:clang::ASTUnit
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h221 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } function in class:clang::FileManager
222 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } function in class:clang::FileManager

Completed in 60 milliseconds