Searched refs:FileSystemOpts (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h85 FileSystemOptions FileSystemOpts; member in class:clang::CompilerInvocation
175 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
177 return FileSystemOpts;
H A DASTUnit.h74 FileSystemOptions FileSystemOpts; member in class:clang::ASTUnit
467 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
638 const FileSystemOptions &FileSystemOpts,
/external/clang/include/clang/Basic/
H A DFileManager.h116 FileSystemOptions FileSystemOpts; member in class:clang::FileManager
170 FileManager(const FileSystemOptions &FileSystemOpts);
215 const FileSystemOptions &getFileSystemOptions() { return FileSystemOpts; }
/external/clang/lib/Basic/
H A DFileManager.cpp174 : FileSystemOpts(FSO),
485 if (FileSystemOpts.WorkingDir.empty()
489 SmallString<128> NewPath(FileSystemOpts.WorkingDir);
520 if (FileSystemOpts.WorkingDir.empty()) {
539 if (FileSystemOpts.WorkingDir.empty()) {
561 // FIXME: FileSystemOpts shouldn't be passed in here, all paths should be
563 if (FileSystemOpts.WorkingDir.empty())
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp245 AllocatedCXCodeCompleteResults(const FileSystemOptions& FileSystemOpts);
257 FileSystemOptions FileSystemOpts; member in struct:AllocatedCXCodeCompleteResults
308 const FileSystemOptions& FileSystemOpts)
312 FileSystemOpts(FileSystemOpts),
313 FileMgr(new FileManager(FileSystemOpts)),
307 AllocatedCXCodeCompleteResults( const FileSystemOptions& FileSystemOpts) argument
H A DCIndex.cpp2483 FileSystemOptions FileSystemOpts; local
2484 FileSystemOpts.WorkingDir = CXXIdx->getWorkingDirectory();
2487 ASTUnit *TU = ASTUnit::LoadFromASTFile(ast_filename, Diags, FileSystemOpts,
/external/clang/lib/Frontend/
H A DASTUnit.cpp656 const FileSystemOptions &FileSystemOpts,
677 AST->FileMgr = new FileManager(FileSystemOpts);
1081 FileSystemOpts = Clang->getFileSystemOpts();
1082 FileMgr = new FileManager(FileSystemOpts);
1679 AST->FileSystemOpts = CI->getFileSystemOpts();
1680 AST->FileMgr = new FileManager(AST->FileSystemOpts);
1963 AST->FileSystemOpts = CI->getFileSystemOpts();
1964 AST->FileMgr = new FileManager(AST->FileSystemOpts);
654 LoadFromASTFile(const std::string &Filename, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, RemappedFile *RemappedFiles, unsigned NumRemappedFiles, bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument

Completed in 181 milliseconds