Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/
HDCompilerInvocation.h115 FileSystemOptions FileSystemOpts; variable
189 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
191 return FileSystemOpts; in getFileSystemOpts()
HDASTUnit.h104 FileSystemOptions FileSystemOpts; variable
528 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
731 const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls = false,
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDFileManager.h117 FileSystemOptions FileSystemOpts; variable
174 FileManager(const FileSystemOptions &FileSystemOpts,
221 const FileSystemOptions &getFileSystemOptions() { return FileSystemOpts; } in getFileSystemOptions()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDFileManager.cpp50 : FS(FS), FileSystemOpts(FSO), in FileManager()
395 if (FileSystemOpts.WorkingDir.empty() in FixupRelativePath()
399 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath()
428 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFile()
440 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFile()
457 if (FileSystemOpts.WorkingDir.empty()) in getStatValue()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp655 const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, in LoadFromASTFile() argument
673 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile()
1078 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1083 FileMgr = new FileManager(FileSystemOpts, VFS); in Parse()
1709 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1714 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create()
1910 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCompilerInvocation()
1915 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCompilerInvocation()
1978 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
1983 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()