Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h115 FileSystemOptions FileSystemOpts; variable
189 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
191 return FileSystemOpts; in getFileSystemOpts()
DASTUnit.h102 FileSystemOptions FileSystemOpts; variable
524 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
724 const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls = false,
/external/clang/include/clang/Basic/
DFileManager.h125 FileSystemOptions FileSystemOpts; variable
182 FileManager(const FileSystemOptions &FileSystemOpts,
229 const FileSystemOptions &getFileSystemOptions() { return FileSystemOpts; } in getFileSystemOptions()
/external/clang/lib/Basic/
DFileManager.cpp49 : 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()
/external/clang/lib/Frontend/
DASTUnit.cpp652 const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, in LoadFromASTFile() argument
670 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile()
1062 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1067 FileMgr = new FileManager(FileSystemOpts, VFS); in Parse()
1691 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1696 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create()
1885 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCompilerInvocation()
1890 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCompilerInvocation()
1952 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
1957 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()
/external/clang/tools/libclang/
DCIndex.cpp2880 FileSystemOptions FileSystemOpts; in clang_createTranslationUnit2() local
2885 ast_filename, Diags, FileSystemOpts, CXXIdx->getOnlyLocalDecls(), None, in clang_createTranslationUnit2()