Searched refs:FileSystemOpts (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 115 FileSystemOptions FileSystemOpts; variable 189 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 191 return FileSystemOpts; in getFileSystemOpts()
|
| H A D | ASTUnit.h | 102 FileSystemOptions FileSystemOpts; variable 524 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() 724 const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls = false,
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | FileManager.h | 125 FileSystemOptions FileSystemOpts; variable 182 FileManager(const FileSystemOptions &FileSystemOpts, 229 const FileSystemOptions &getFileSystemOptions() { return FileSystemOpts; } in getFileSystemOptions()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
| H A D | FileManager.cpp | 49 : FS(FS), FileSystemOpts(FSO), in FileManager() 394 if (FileSystemOpts.WorkingDir.empty() in FixupRelativePath() 398 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath() 427 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFile() 439 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFile() 456 if (FileSystemOpts.WorkingDir.empty()) in getStatValue()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 665 const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, in LoadFromASTFile() argument 683 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile() 1075 FileSystemOpts = Clang->getFileSystemOpts(); in Parse() 1080 FileMgr = new FileManager(FileSystemOpts, VFS); in Parse() 1709 AST->FileSystemOpts = CI->getFileSystemOpts(); in create() 1714 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create() 1903 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCompilerInvocation() 1908 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCompilerInvocation() 1970 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine() 1975 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2819 FileSystemOptions FileSystemOpts; in clang_createTranslationUnit2() local 2824 ast_filename, Diags, FileSystemOpts, CXXIdx->getOnlyLocalDecls(), None, in clang_createTranslationUnit2()
|