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