Home
last modified time | relevance | path

Searched refs:AllFiles (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DDependencyGraph.cpp32 llvm::SetVector<FileEntryRef> AllFiles; member in __anon9fa6c20a0111::DependencyGraphCallback
90 AllFiles.insert(*File); in InclusionDirective()
91 AllFiles.insert(*FromFile); in InclusionDirective()
113 for (unsigned I = 0, N = AllFiles.size(); I != N; ++I) { in OutputGraphFile()
116 writeNodeReference(OS, AllFiles[I]); in OutputGraphFile()
118 StringRef FileName = AllFiles[I].getName(); in OutputGraphFile()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp659 std::vector<std::string> filter(std::vector<std::string> AllFiles, in filter() argument
672 std::vector<SearchPath> SearchPaths(AllFiles.size()); in filter()
673 for (unsigned I = 0; I < AllFiles.size(); ++I) { in filter()
680 WithContext WithProvidedContent(Parent.Opts.ContextProvider(AllFiles[I])); in filter()
688 SearchPaths[I].setPointer(addParents(AllFiles[I])); in filter()
698 for (unsigned I = 0; I < AllFiles.size(); ++I) { in filter()
702 Filtered.push_back(std::move(AllFiles[I])); in filter()