Home
last modified time | relevance | path

Searched refs:getFiles (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DStandaloneExecution.h82 FileManager &getFiles() { return Tool.getFiles(); } in getFiles() function
H A DTooling.h376 FileManager &getFiles() { return *Files; } in getFiles() function
/llvm-project-15.0.7/clang-tools-extra/clang-reorder-fields/tool/
H A DClangReorderFields.cpp81 auto &FileMgr = Tool.getFiles(); in main()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DRefactoring.cpp47 SourceManager Sources(Diagnostics, getFiles()); in runAndSave()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/tool/
H A DClangChangeNamespace.cpp134 auto &FileMgr = Tool.getFiles(); in main()
/llvm-project-15.0.7/clang/tools/clang-rename/
H A DClangRename.cpp225 auto &FileMgr = Tool.getFiles(); in main()
/llvm-project-15.0.7/clang-tools-extra/clang-move/tool/
H A DClangMove.cpp184 auto &FileMgr = Tool.getFiles(); in main()
/llvm-project-15.0.7/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp239 ArrayRef<StringRef> getFiles() const { return Files; } in getFiles() function in NewArchiveMemberList
558 ArrayRef<StringRef> Files = M.second.getFiles(); in checkForDuplicates()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp116 FileManager &Files = Tool.getFiles(); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/
H A DClangIncludeFixer.cpp461 SourceManager SM(Diagnostics, tool.getFiles()); in includeFixerMain()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DPathDiagnostic.h123 PDFileEntry::ConsumerFiles *getFiles(const PathDiagnostic &PD);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp778 PDFileEntry::ConsumerFiles *files = filesMade->getFiles(*D); in FlushDiagnosticsImpl()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp464 PathDiagnosticConsumer::FilesMade::getFiles(const PathDiagnostic &PD) { in getFiles() function in PathDiagnosticConsumer::FilesMade