Home
last modified time | relevance | path

Searched refs:FileSystemOptions (Results 1 – 25 of 25) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h123 FileSystemOptions FileSystemOpts;
183 FileManager(const FileSystemOptions &FileSystemOpts,
222 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
223 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
H A DFileSystemOptions.h23 class FileSystemOptions {
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h134 FileSystemOptions FileSystemOpts;
206 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
208 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
H A DASTUnit.h125 FileSystemOptions FileSystemOpts;
474 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
687 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo = false,
H A DCompilerInstance.h286 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts()
289 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DSimpleFormatContext.h41 Files(FileSystemOptions(), InMemoryFileSystem), in SimpleFormatContext()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp166 new FileManager(FileSystemOptions(), VFS)); in runToolOnCodeWithArgs()
384 Files(new FileManager(FileSystemOptions(), OverlayFileSystem)) { in ClangTool()
595 new FileManager(FileSystemOptions(), OverlayFileSystem)); in buildASTFromCodeWithArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h61 class FileSystemOptions; variable
/freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp138 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in fillRanges()
306 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp138 FileSystemOptions file_opts; in Highlight()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp31 FileSystemOptions FO; in readDiagnostics()
H A DASTUnit.cpp736 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, in LoadFromASTFile()
H A DCompilerInvocation.cpp1557 static void ParseFileSystemArgs(FileSystemOptions &Opts, ArgList &Args) { in ParseFileSystemArgs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp24 FileMgr.reset(new FileManager(FileSystemOptions())); in FileRemapper()
H A DObjCMT.cpp2227 FileSystemOptions FSOpts; in getFileRemappingsFromFileList()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTImporter.h97 ClangASTImporter() : m_file_manager(clang::FileSystemOptions()) {} in ClangASTImporter()
H A DClangASTContext.h1026 std::unique_ptr<clang::FileSystemOptions> m_file_system_options_ap;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp51 FileManager::FileManager(const FileSystemOptions &FSO, in FileManager()
H A DSourceManager.cpp2229 llvm::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); in SourceManagerForFile()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h93 class FileSystemOptions; variable
174 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions()
266 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/
H A DReplacement.cpp588 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in applyAllReplacements()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp487 clang::FileSystemOptions file_system_options; in ClangExpressionParser()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp916 clang::FileSystemOptions file_system_options; in getFileManager()
1411 FileSystemOptions file_system_options; in CopyDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp186 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions()
5317 FileSystemOptions FSOpts; in ParseFileSystemOptions()
H A DASTWriter.cpp1631 const FileSystemOptions &FSOpts = in WriteControlBlock()