Searched defs:FileSystemOpts (Results 1 - 5 of 5) sorted by relevance
/external/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 115 FileSystemOptions FileSystemOpts; member in class:clang::CompilerInvocation 189 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } 191 return FileSystemOpts;
|
H A D | ASTUnit.h | 104 FileSystemOptions FileSystemOpts; member in class:clang::ASTUnit 528 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } 731 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo = false,
|
/external/clang/include/clang/Basic/ |
H A D | FileManager.h | 117 FileSystemOptions FileSystemOpts; member in class:clang::FileManager 174 FileManager(const FileSystemOptions &FileSystemOpts, 221 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } 222 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
|
/external/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 655 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, 674 AST->FileMgr = new FileManager(FileSystemOpts, VFS); 1080 FileSystemOpts = Clang->getFileSystemOpts(); 1710 AST->FileSystemOpts = CI->getFileSystemOpts(); 1715 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); 1913 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); 1981 AST->FileSystemOpts = CI->getFileSystemOpts(); 1986 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); 652 LoadFromASTFile( const std::string &Filename, const PCHContainerReader &PCHContainerRdr, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument
|
/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 3032 FileSystemOptions FileSystemOpts; local 3038 FileSystemOpts, /*UseDebugInfo=*/false,
|
Completed in 49 milliseconds