Searched refs:FileSystemOpts (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | FileManager.h | 55 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 D | CompilerInvocation.h | 147 FileSystemOptions FileSystemOpts; variable 170 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 173 return FileSystemOpts; in getFileSystemOpts()
|
| H A D | ASTUnit.h | 126 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 D | FileManager.cpp | 54 : 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 D | core_main.cpp | 263 FileSystemOptions FileSystemOpts; in printSourceSymbolsFromModule() local 277 FileSystemOpts, /*UseDebugInfo=*/false, in printSourceSymbolsFromModule()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 788 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 D | CompilerInvocation.cpp | 2221 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 D | CIndex.cpp | 3736 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 D | Options.td | 280 class FileSystemOpts<string base> 281 : KeyPathAndMacro<"FileSystemOpts.", base, "FILE_SYSTEM_"> {} 4392 MarshallingInfoString<FileSystemOpts<"WorkingDir">>;
|