Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DIncludeFixer.h53 std::vector<Fix> fixIncompleteType(const Type &T) const;
DIncludeFixer.cpp88 return fixIncompleteType(*T); in fix()
123 std::vector<Fix> IncludeFixer::fixIncompleteType(const Type &T) const { in fixIncompleteType() function in clang::clangd::IncludeFixer