/external/clang/include/clang/Frontend/ |
D | CompilerInvocation.h | 193 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function 194 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
|
D | CompilerInstance.h | 273 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() function 274 return Invocation->getFileSystemOpts(); in getFileSystemOpts() 276 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function 277 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
|
D | ASTUnit.h | 528 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | CompilerInvocation.h | 221 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function 223 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function
|
D | CompilerInstance.h | 278 FileSystemOptions &getFileSystemOpts() { in getFileSystemOpts() function 279 return Invocation->getFileSystemOpts(); in getFileSystemOpts() 281 const FileSystemOptions &getFileSystemOpts() const { in getFileSystemOpts() function 282 return Invocation->getFileSystemOpts(); in getFileSystemOpts()
|
D | ASTUnit.h | 479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
|
/external/llvm-project/clang/include/clang/Basic/ |
D | FileManager.h | 229 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function 230 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
|
/external/clang/include/clang/Basic/ |
D | FileManager.h | 223 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() function 224 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() function
|
/external/llvm-project/clang/lib/Frontend/ |
D | ASTMerge.cpp | 51 CI.getFileSystemOpts(), false); in ExecuteAction()
|
D | FrontendAction.cpp | 578 ASTUnit::LoadPreprocessorOnly, ASTDiags, CI.getFileSystemOpts(), in BeginSourceFile() 646 ASTUnit::LoadEverything, Diags, CI.getFileSystemOpts(), in BeginSourceFile()
|
D | ASTUnit.cpp | 1178 FileSystemOpts = Clang->getFileSystemOpts(); in Parse() 1502 AST->FileSystemOpts = CI->getFileSystemOpts(); in create() 1711 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation() 1786 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
|
D | PrecompiledPreamble.cpp | 395 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in Build()
|
D | CompilerInstance.cpp | 321 FileMgr = new FileManager(getFileSystemOpts(), std::move(VFS)); in createFileManager()
|
D | CompilerInvocation.cpp | 3849 ParseFileSystemArgs(Res.getFileSystemOpts(), Args); in CreateFromArgs() 3857 Res.getFileSystemOpts().WorkingDir); in CreateFromArgs()
|
/external/clang/lib/Frontend/ |
D | ASTMerge.cpp | 50 Diags, CI.getFileSystemOpts(), false); in ExecuteAction()
|
D | ASTUnit.cpp | 1080 FileSystemOpts = Clang->getFileSystemOpts(); in Parse() 1567 Clang->setFileManager(new FileManager(Clang->getFileSystemOpts(), VFS)); in getMainBufferWithPrecompiledPreamble() 1718 AST->FileSystemOpts = CI->getFileSystemOpts(); in create() 1921 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation() 1989 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine()
|
D | FrontendAction.cpp | 212 InputFile, CI.getPCHContainerReader(), Diags, CI.getFileSystemOpts(), in BeginSourceFile()
|
D | CompilerInstance.cpp | 237 FileMgr = new FileManager(getFileSystemOpts(), VirtualFileSystem); in createFileManager()
|
D | CompilerInvocation.cpp | 2344 ParseFileSystemArgs(Res.getFileSystemOpts(), Args); in CreateFromArgs() 2393 FileManager FileMgr(Res.getFileSystemOpts()); in CreateFromArgs()
|
/external/llvm-project/clang/lib/Tooling/DependencyScanning/ |
D | DependencyScanningWorker.cpp | 99 FileMgr->getFileSystemOpts().WorkingDir = std::string(WorkingDirectory); in runInvocation()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 182 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
|
/external/llvm-project/clang/lib/Tooling/ |
D | Tooling.cpp | 344 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 181 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()
|
/external/llvm-project/clang/lib/CrossTU/ |
D | CrossTranslationUnit.cpp | 543 Diags, CI.getFileSystemOpts()); in loadFromDump()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 1423 Context.getSourceManager().getFileManager().getFileSystemOpts(); in WriteControlBlock()
|