Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
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 …]
/external/llvm-project/clang-tools-extra/clangd/
DIncludeFixer.cpp68 std::vector<Fix> IncludeFixer::fix(DiagnosticsEngine::Level DiagLevel, in fix()
123 std::vector<Fix> IncludeFixer::fixIncompleteType(const Type &T) const { in fixIncompleteType()
150 std::vector<Fix> IncludeFixer::fixesForSymbols(const SymbolSlab &Syms) const { in fixesForSymbols()
327 class IncludeFixer::UnresolvedNameRecorder : public ExternalSemaSource {
385 IncludeFixer::unresolvedNameRecorder() { in unresolvedNameRecorder()
389 std::vector<Fix> IncludeFixer::fixUnresolvedName() const { in fixUnresolvedName()
409 IncludeFixer::fuzzyFindCached(const FuzzyFindRequest &Req) const { in fuzzyFindCached()
432 IncludeFixer::lookupCached(const SymbolID &ID) const { in lookupCached()
DIncludeFixer.h35 class IncludeFixer {
37 IncludeFixer(llvm::StringRef File, std::shared_ptr<IncludeInserter> Inserter, in IncludeFixer() function
DCMakeLists.txt71 IncludeFixer.cpp
DParsedAST.cpp352 llvm::Optional<IncludeFixer> FixIncludes; in build()
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DCMakeLists.txt6 IncludeFixer.cpp
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/
DBUILD.gn21 "IncludeFixer.cpp",
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clangd/
DBUILD.gn93 "IncludeFixer.cpp",