Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInvocation.h134 FileSystemOptions FileSystemOpts;
207 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
209 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
HDASTUnit.h127 FileSystemOptions FileSystemOpts;
479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
694 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo = false,
HDCompilerInstance.h278 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts()
281 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDFileManager.h173 FileSystemOptions FileSystemOpts;
254 FileManager(const FileSystemOptions &FileSystemOpts,
352 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
353 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
HDFileSystemOptions.h22 class FileSystemOptions {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDSimpleFormatContext.h40 Files(FileSystemOptions(), InMemoryFileSystem), in SimpleFormatContext()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
HDTooling.cpp190 new FileManager(FileSystemOptions(), VFS)); in runToolOnCodeWithArgs()
413 : new FileManager(FileSystemOptions(), OverlayFileSystem)) { in ClangTool()
631 new FileManager(FileSystemOptions(), OverlayFileSystem)); in buildASTFromCodeWithArgs()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDClangForward.h59 class FileSystemOptions; variable
/freebsd-11-stable/contrib/llvm-project/clang/tools/clang-format/
HDClangFormat.cpp187 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in fillRanges()
412 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
HDClangHighlighter.cpp138 FileSystemOptions file_opts; in Highlight()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDDependencyScanningWorker.cpp182 Files = new FileManager(FileSystemOptions(), RealFS); in DependencyScanningWorker()
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDFileRemapper.cpp23 FileMgr.reset(new FileManager(FileSystemOptions())); in FileRemapper()
HDObjCMT.cpp2236 FileSystemOptions FSOpts; in getFileRemappingsFromFileList()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDClangASTImporter.h48 : m_file_manager(clang::FileSystemOptions(), in ClangASTImporter()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDSerializedDiagnosticReader.cpp30 FileSystemOptions FO; in readDiagnostics()
HDASTUnit.cpp759 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, in LoadFromASTFile()
HDCompilerInvocation.cpp1679 static void ParseFileSystemArgs(FileSystemOptions &Opts, ArgList &Args) { in ParseFileSystemArgs()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionSourceCode.cpp210 FileSystemOptions file_opts; in TokenVerifier()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h79 class FileSystemOptions; variable
159 virtual bool ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions()
251 bool ReadFileSystemOptions(const FileSystemOptions &FSOpts,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDFileManager.cpp51 FileManager::FileManager(const FileSystemOptions &FSO, in FileManager()
HDSourceManager.cpp2177 std::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); in SourceManagerForFile()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
HDReplacement.cpp586 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in applyAllReplacements()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp189 ChainedASTReaderListener::ReadFileSystemOptions(const FileSystemOptions &FSOpts, in ReadFileSystemOptions()
5768 FileSystemOptions FSOpts; in ParseFileSystemOptions()
HDASTWriter.cpp1247 const FileSystemOptions &FSOpts = in WriteControlBlock()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp684 clang::FileSystemOptions file_system_options; in CreateASTContext()