/external/llvm-project/clang/include/clang/Basic/ |
D | FileManager.h | 55 FileSystemOptions FileSystemOpts; variable 131 FileManager(const FileSystemOptions &FileSystemOpts, 229 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 230 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts()
|
/external/clang/include/clang/Basic/ |
D | FileManager.h | 119 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/ |
D | CompilerInvocation.h | 116 FileSystemOptions FileSystemOpts; variable 193 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 195 return FileSystemOpts; in getFileSystemOpts()
|
D | ASTUnit.h | 104 FileSystemOptions FileSystemOpts; variable 528 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() 731 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo = false,
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | CompilerInvocation.h | 133 FileSystemOptions FileSystemOpts; variable 221 FileSystemOptions &getFileSystemOpts() { return FileSystemOpts; } in getFileSystemOpts() 224 return FileSystemOpts; in getFileSystemOpts()
|
D | ASTUnit.h | 127 FileSystemOptions FileSystemOpts; variable 479 const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } in getFileSystemOpts() 694 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo = false,
|
/external/clang/lib/Basic/ |
D | FileManager.cpp | 50 : 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/llvm-project/clang/lib/Basic/ |
D | FileManager.cpp | 53 : FS(std::move(FS)), FileSystemOpts(FSO), SeenDirEntries(64), in FileManager() 454 if (FileSystemOpts.WorkingDir.empty() in FixupRelativePath() 458 SmallString<128> NewPath(FileSystemOpts.WorkingDir); in FixupRelativePath() 513 if (FileSystemOpts.WorkingDir.empty()) in getBufferForFileImpl() 533 if (FileSystemOpts.WorkingDir.empty()) in getStatValue()
|
/external/llvm-project/clang-tools-extra/modularize/ |
D | ModularizeUtilities.h | 211 clang::FileSystemOptions FileSystemOpts; variable
|
D | ModularizeUtilities.cpp | 57 FileMgr(new FileManager(FileSystemOpts)), in ModularizeUtilities()
|
/external/llvm-project/clang/tools/c-index-test/ |
D | core_main.cpp | 250 FileSystemOptions FileSystemOpts; in printSourceSymbolsFromModule() local 264 FileSystemOpts, /*UseDebugInfo=*/false, in printSourceSymbolsFromModule()
|
/external/llvm-project/clang/lib/Frontend/ |
D | ASTUnit.cpp | 760 const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, in LoadFromASTFile() argument 781 AST->FileMgr = new FileManager(FileSystemOpts, VFS); in LoadFromASTFile() 1178 FileSystemOpts = Clang->getFileSystemOpts(); in Parse() 1502 AST->FileSystemOpts = CI->getFileSystemOpts(); in create() 1504 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in create() 1711 AST->FileSystemOpts = FileMgr->getFileSystemOpts(); in LoadFromCompilerInvocation() 1786 AST->FileSystemOpts = CI->getFileSystemOpts(); in LoadFromCommandLine() 1790 AST->FileMgr = new FileManager(AST->FileSystemOpts, VFS); in LoadFromCommandLine()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 655 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/ |
D | CIndex.cpp | 3140 FileSystemOptions FileSystemOpts; in clang_createTranslationUnit2() local 3146 FileSystemOpts, /*UseDebugInfo=*/false, in clang_createTranslationUnit2()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 3471 FileSystemOptions FileSystemOpts; in clang_createTranslationUnit2() local 3477 ASTUnit::LoadEverything, Diags, FileSystemOpts, /*UseDebugInfo=*/false, in clang_createTranslationUnit2()
|