Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DIncludeFixer.cpp145 Fixes = fixesForSymbols(Syms); in fixIncompleteType()
150 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols() function in clang::clangd::IncludeFixer
403 return fixesForSymbols(**Syms); in fixUnresolvedName()
454 Fixes = fixesForSymbols(Syms); in lookupCached()
DIncludeFixer.h56 std::vector<Fix> fixesForSymbols(const SymbolSlab &Syms) const;