Searched refs:FileSystemOpts (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | FileManager.h | 55 FileSystemOptions FileSystemOpts; variable 134 FileManager(const FileSystemOptions &FileSystemOpts, 240 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 241 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 142 FileSystemOptions FileSystemOpts; variable 165 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 168 return FileSystemOpts; in getFileSystemOpts()
|
H A D | ASTUnit.h | 127 FileSystemOptions FileSystemOpts; variable 479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() 695 const FileSystemOptions &FileSystemOpts,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | FileManager.cpp | 53 : FS(std::move(FS)), FileSystemOpts(FSO), SeenDirEntries(64), in FileManager() 476 if (FileSystemOpts.WorkingDir.empty() in FixupRelativePath() 480 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath() 539 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFileImpl() 559 if (FileSystemOpts.WorkingDir.empty()) in getStatValue()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | core_main.cpp | 259 FileSystemOptions FileSystemOpts; in printSourceSymbolsFromModule() local 273 FileSystemOpts, /*UseDebugInfo=*/false, in printSourceSymbolsFromModule()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 760 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, in LoadFromASTFile() argument 780 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile() 1167 FileSystemOpts = Clang->getFileSystemOpts(); in Parse() 1491 AST->FileSystemOpts = CI->getFileSystemOpts(); in create() 1493 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create() 1692 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation() 1767 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine() 1771 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()
|
H A D | CompilerInvocation.cpp | 2125 const FileSystemOptions &FileSystemOpts = Opts; in GenerateFileSystemArgs() local 2143 FileSystemOptions &FileSystemOpts = Opts; in ParseFileSystemArgs() local 4581 GenerateFileSystemArgs(FileSystemOpts, Args, SA); in generateCC1CommandLine()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 3512 FileSystemOptions FileSystemOpts; in clang_createTranslationUnit2() local 3518 ASTUnit::LoadEverything, Diags, FileSystemOpts, /*UseDebugInfo=*/false, in clang_createTranslationUnit2()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 264 class FileSystemOpts<string base> 265 : KeyPathAndMacro<"FileSystemOpts.", base, "FILE_SYSTEM_"> {} 3845 MarshallingInfoString<FileSystemOpts<"WorkingDir">>;
|