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 D | IncludeFixerTest.cpp | 118 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 D | IncludeFixer.cpp | 73 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 D | IncludeFixer.h | 33 class IncludeFixer { 35 IncludeFixer(llvm::StringRef File, std::shared_ptr<IncludeInserter> Inserter, in IncludeFixer() function
|
| H A D | CMakeLists.txt | 87 IncludeFixer.cpp
|
| H A D | ParsedAST.cpp | 468 llvm::Optional<IncludeFixer> FixIncludes; in build()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/ |
| H A D | CMakeLists.txt | 6 IncludeFixer.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/ |
| H A D | BUILD.gn | 21 "IncludeFixer.cpp",
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clangd/ |
| H A D | BUILD.gn | 106 "IncludeFixer.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 766 clang-tools-extra/clang-include-fixer/IncludeFixer.h 1409 clang-tools-extra/clangd/IncludeFixer.cpp
|