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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h165 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } function in class:clang::CompilerInvocationValueBase
167 const FileSystemOptions &getFileSystemOpts() const { function in class:clang::CompilerInvocationValueBase
H A DCompilerInstance.h274 FileSystemOptions &getFileSystemOpts() { function in class:clang::CompilerInstance
277 const FileSystemOptions &getFileSystemOpts() const { function in class:clang::CompilerInstance
H A DASTUnit.h479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } function in class:clang::ASTUnit
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileManager.h240 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } function in class:clang::FileManager
241 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } function in class:clang::FileManager

Completed in 207 milliseconds