Home
last modified time | relevance | path

Searched refs:FileSystemOpts (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DFileManager.h55 FileSystemOptions FileSystemOpts; variable
136 FileManager(const FileSystemOptions &FileSystemOpts,
242 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
243 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h147 FileSystemOptions FileSystemOpts; variable
170 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
173 return FileSystemOpts; in getFileSystemOpts()
H A DASTUnit.h126 FileSystemOptions FileSystemOpts; variable
478 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
694 const FileSystemOptions &FileSystemOpts,
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp54 : FS(std::move(FS)), FileSystemOpts(FSO), SeenDirEntries(64), in FileManager()
507 if (FileSystemOpts.WorkingDir.empty() in FixupRelativePath()
511 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath()
570 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFileImpl()
590 if (FileSystemOpts.WorkingDir.empty()) in getStatValue()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dcore_main.cpp263 FileSystemOptions FileSystemOpts; in printSourceSymbolsFromModule() local
277 FileSystemOpts, /*UseDebugInfo=*/false, in printSourceSymbolsFromModule()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp788 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, in LoadFromASTFile() argument
807 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile()
1193 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1517 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1519 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create()
1718 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1795 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
1799 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()
H A DCompilerInvocation.cpp2221 const FileSystemOptions &FileSystemOpts = Opts; in GenerateFileSystemArgs() local
2239 FileSystemOptions &FileSystemOpts = Opts; in ParseFileSystemArgs() local
4696 GenerateFileSystemArgs(FileSystemOpts, Args, SA); in generateCC1CommandLine()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp3736 FileSystemOptions FileSystemOpts; in clang_createTranslationUnit2() local
3742 ASTUnit::LoadEverything, Diags, FileSystemOpts, /*UseDebugInfo=*/false, in clang_createTranslationUnit2()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td280 class FileSystemOpts<string base>
281 : KeyPathAndMacro<"FileSystemOpts.", base, "FILE_SYSTEM_"> {}
4392 MarshallingInfoString<FileSystemOpts<"WorkingDir">>;