Searched refs:FileSystemOpts (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Basic/ |
D | FileManager.h | 117 FileSystemOptions FileSystemOpts; variable 174 FileManager(const FileSystemOptions &FileSystemOpts, 221 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 222 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInvocation.h | 115 FileSystemOptions FileSystemOpts; variable 189 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 191 return FileSystemOpts; in getFileSystemOpts()
|
D | ASTUnit.h | 104 FileSystemOptions FileSystemOpts; variable 528 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() 731 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo = false,
|
/external/clang/lib/Basic/ |
D | FileManager.cpp | 51 : FS(FS), FileSystemOpts(FSO), in FileManager() 391 if (FileSystemOpts.WorkingDir.empty() in FixupRelativePath() 395 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath() 436 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFile() 448 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFile() 465 if (FileSystemOpts.WorkingDir.empty()) in getStatValue()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 655 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, in LoadFromASTFile() argument 674 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile() 1080 FileSystemOpts = Clang->getFileSystemOpts(); in Parse() 1710 AST->FileSystemOpts = CI->getFileSystemOpts(); in create() 1715 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create() 1913 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation() 1981 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine() 1986 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 3032 FileSystemOptions FileSystemOpts; in clang_createTranslationUnit2() local 3038 FileSystemOpts, /*UseDebugInfo=*/false, in clang_createTranslationUnit2()
|