Searched refs:fixIncompleteType (Results 1 – 2 of 2) sorted by relevance
52 std::vector<Fix> fixIncompleteType(const Type &T) const;
174 return fixIncompleteType(*T); in fix()179 return fixIncompleteType(*T); in fix()268 std::vector<Fix> IncludeFixer::fixIncompleteType(const Type &T) const { in fixIncompleteType() function in clang::clangd::IncludeFixer