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