Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DFileManager.h119 FileSystemOptions FileSystemOpts; variable
176 FileManager(const FileSystemOptions &FileSystemOpts,
223 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
224 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
/external/clang/include/clang/Frontend/
DCompilerInvocation.h116 FileSystemOptions FileSystemOpts; variable
193 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts()
195 return FileSystemOpts; in getFileSystemOpts()
DASTUnit.h104 FileSystemOptions FileSystemOpts; variable
528 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
731 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo = false,
/external/clang/lib/Basic/
DFileManager.cpp50 : FS(FS), FileSystemOpts(FSO), in FileManager()
393 if (FileSystemOpts.WorkingDir.empty() in FixupRelativePath()
397 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath()
438 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFile()
450 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFile()
467 if (FileSystemOpts.WorkingDir.empty()) in getStatValue()
/external/clang/lib/Frontend/
DASTUnit.cpp655 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, in LoadFromASTFile() argument
674 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile()
1080 FileSystemOpts = Clang->getFileSystemOpts(); in Parse()
1718 AST->FileSystemOpts = CI->getFileSystemOpts(); in create()
1723 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create()
1921 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation()
1989 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
1994 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()
/external/clang/tools/libclang/
DCIndex.cpp3140 FileSystemOptions FileSystemOpts; in clang_createTranslationUnit2() local
3146 FileSystemOpts, /*UseDebugInfo=*/false, in clang_createTranslationUnit2()