Home
last modified time | relevance | path

Searched refs:IncludeFixer (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/unittests/clang-include-fixer/
H A DIncludeFixerTest.cpp118 TEST(IncludeFixer, Typo) { in TEST() argument
141 TEST(IncludeFixer, IncompleteType) { in TEST() argument
153 TEST(IncludeFixer, MinimizeInclude) { in TEST() argument
171 TEST(IncludeFixer, NestedName) { in TEST() argument
189 TEST(IncludeFixer, MultipleMissingSymbols) { in TEST() argument
194 TEST(IncludeFixer, ScopedNamespaceSymbols) { in TEST() argument
220 TEST(IncludeFixer, EnumConstantSymbols) { in TEST() argument
225 TEST(IncludeFixer, IgnoreSymbolFromHeader) { in TEST() argument
232 TEST(IncludeFixer, InsertAndSortSingleHeader) { in TEST() argument
246 TEST(IncludeFixer, DoNotDeleteMatchedSymbol) { in TEST() argument
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DIncludeFixer.cpp73 std::vector<Fix> IncludeFixer::fix(DiagnosticsEngine::Level DiagLevel, in fix()
251 llvm::Optional<Fix> IncludeFixer::insertHeader(llvm::StringRef Spelled, in insertHeader()
268 std::vector<Fix> IncludeFixer::fixIncompleteType(const Type &T) const { in fixIncompleteType()
295 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols()
484 class IncludeFixer::UnresolvedNameRecorder : public ExternalSemaSource {
543 IncludeFixer::unresolvedNameRecorder() { in unresolvedNameRecorder()
547 std::vector<Fix> IncludeFixer::fixUnresolvedName() const { in fixUnresolvedName()
567 IncludeFixer::fuzzyFindCached(const FuzzyFindRequest &Req) const { in fuzzyFindCached()
590 IncludeFixer::lookupCached(const SymbolID &ID) const { in lookupCached()
H A DIncludeFixer.h33 class IncludeFixer {
35 IncludeFixer(llvm::StringRef File, std::shared_ptr<IncludeInserter> Inserter, in IncludeFixer() function
H A DCMakeLists.txt87 IncludeFixer.cpp
H A DParsedAST.cpp468 llvm::Optional<IncludeFixer> FixIncludes; in build()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DCMakeLists.txt6 IncludeFixer.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/
H A DBUILD.gn21 "IncludeFixer.cpp",
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/
H A DBUILD.gn106 "IncludeFixer.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt766 clang-tools-extra/clang-include-fixer/IncludeFixer.h
1409 clang-tools-extra/clangd/IncludeFixer.cpp