Searched defs:FileSystemOpts (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h115 FileSystemOptions FileSystemOpts; member in class:clang::CompilerInvocation
189 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; }
191 return FileSystemOpts;
H A DASTUnit.h102 FileSystemOptions FileSystemOpts; member in class:clang::ASTUnit
524 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
724 const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls = false,
/external/clang/include/clang/Basic/
H A DFileManager.h125 FileSystemOptions FileSystemOpts; member in class:clang::FileManager
182 FileManager(const FileSystemOptions &FileSystemOpts,
229 const FileSystemOptions &getFileSystemOptions() { return FileSystemOpts; }
/external/clang/lib/Frontend/
H A DASTUnit.cpp652 const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls,
670 AST->FileMgr = new FileManager(FileSystemOpts, VFS);
1062 FileSystemOpts = Clang->getFileSystemOpts();
1067 FileMgr = new FileManager(FileSystemOpts, VFS);
1691 AST->FileSystemOpts = CI->getFileSystemOpts();
1696 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS);
1885 AST->FileSystemOpts = CI->getFileSystemOpts();
1890 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS);
1952 AST->FileSystemOpts = CI->getFileSystemOpts();
1957 AST->FileMgr = new FileManager(AST->FileSystemOpts, VF
650 LoadFromASTFile( const std::string &Filename, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp2880 FileSystemOptions FileSystemOpts; local
2885 ast_filename, Diags, FileSystemOpts, CXXIdx->getOnlyLocalDecls(), None,

Completed in 255 milliseconds