Home
last modified time | relevance | path

Searched defs:FileMgr (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h34 std::unique_ptr<FileManager> FileMgr; variable
/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp29 FileManager &FileMgr; member in __anone88324080111::ModuleDependencyListener
32 FileManager &FileMgr) in ModuleDependencyListener()
H A DSerializedDiagnosticReader.cpp31 FileManager FileMgr(FO); in readDiagnostics() local
H A DFrontendAction.cpp338 const LangOptions &LangOpts, FileManager &FileMgr, DiagnosticsEngine &Diag, in collectModuleHeaderIncludes() argument
562 FileManager &FileMgr = CI.getFileManager(); getInputBufferForModule() local
785 FileManager &FileMgr = CI.getFileManager(); BeginSourceFile() local
[all...]
H A DCompilerInstance.cpp390 return FileMgr.get(); in createSourceManager() argument
236 FileManager &FileMgr = CI.getFileManager(); collectIncludePCH() local
398 InitializeFileRemapping(DiagnosticsEngine & Diags,SourceManager & SourceMgr,FileManager & FileMgr,const PreprocessorOptions & InitOpts) InitializeFileRemapping() argument
970 InitializeSourceManager(const FrontendInputFile & Input,DiagnosticsEngine & Diags,FileManager & FileMgr,SourceManager & SourceMgr) InitializeSourceManager() argument
1316 getPublicModuleMap(FileEntryRef File,FileManager & FileMgr) getPublicModuleMap() argument
[all...]
/llvm-project/clang/unittests/Frontend/
H A DASTUnitTest.cpp53 FileManager *FileMgr = createASTUnit() local
143 FileManager *FileMgr = new FileManager(FileSystemOptions(), InMemoryFs); TEST_F() local
H A DTextDiagnosticTest.cpp40 FileManager FileMgr(FSOpts); TEST() local
H A DReparseWorkingDirTest.cpp64 FileManager *FileMgr = new FileManager(CI->getFileSystemOpts(), VFS); in ParseAST() local
H A DPCHPreambleTest.cpp100 FileManager *FileMgr = new FileManager(FSOpts, VFS); ParseAST() local
/llvm-project/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp43 FileManager FileMgr; member in __anon1124a3130111::PPConditionalDirectiveRecordTest
H A DPPMemoryAllocationsTest.cpp38 FileManager FileMgr; member in __anonefa13fd30111::PPMemoryAllocationsTest
H A DPPDependencyDirectivesTest.cpp42 FileManager FileMgr; member in __anon330921520111::PPDependencyDirectivesTest
/llvm-project/clang/unittests/Analysis/
H A DUnsafeBufferUsageTest.cpp20 FileManager FileMgr; member in __anonf192cb0d0111::UnsafeBufferUsageTest
H A DMacroExpansionContextTest.cpp47 FileManager FileMgr; member in clang::analysis::__anonb76c8ac80111::MacroExpansionContextTest
/llvm-project/clang-tools-extra/modularize/
H A DModularizeUtilities.h213 llvm::IntrusiveRefCntPtr<clang::FileManager> FileMgr; variable
/llvm-project/clang-tools-extra/clang-reorder-fields/tool/
H A DClangReorderFields.cpp81 auto &FileMgr = Tool.getFiles(); in main() local
/llvm-project/clang/unittests/AST/
H A DASTVectorTest.cpp35 FileManager FileMgr; member in clang::ast::__anon8f9ee67b0111::ASTVectorTest
/llvm-project/clang-tools-extra/clang-change-namespace/tool/
H A DClangChangeNamespace.cpp134 auto &FileMgr = Tool.getFiles(); in main() local
/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h65 FileManager &FileMgr; variable
/llvm-project/clang-tools-extra/clang-move/tool/
H A DClangMove.cpp184 auto &FileMgr = Tool.getFiles(); in main() local
/llvm-project/clang/tools/clang-rename/
H A DClangRename.cpp
/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp403 FileManager &FileMgr; member in __anon487691690511::GlobalModuleIndexBuilder
445 : FileMgr(FileMgr), PCHContainerRdr(PCHContainerRdr) {} in GlobalModuleIndexBuilder() argument
848 writeIndex(FileManager & FileMgr,const PCHContainerReader & PCHContainerRdr,StringRef Path) writeIndex() argument
/llvm-project/clang-tools-extra/clangd/
H A DPreamble.h84 IntrusiveRefCntPtr<FileManager> FileMgr; global() member
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp349 auto *FileMgr = ScanInstance.createFileManager(FS); runInvocation() local
627 auto FileMgr = computeDependencies() local
/llvm-project/clang/unittests/Tooling/DependencyScanning/
H A DDependencyScannerTest.cpp56 FileManager *FileMgr, in runInvocation() argument

123