Home
last modified time | relevance | path

Searched refs:include_fixer (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-include-fixer/plugin/
DIncludeFixerPlugin.cpp18 namespace include_fixer { namespace
65 auto CreateYamlIdx = [=]() -> std::unique_ptr<include_fixer::SymbolIndex> { in ParseArgs()
66 llvm::ErrorOr<std::unique_ptr<include_fixer::YamlSymbolIndex>> SymbolIdx( in ParseArgs()
70 SymbolIdx = include_fixer::YamlSymbolIndex::createFromFile(Input); in ParseArgs()
76 SymbolIdx = include_fixer::YamlSymbolIndex::createFromDirectory( in ParseArgs()
99 clang::include_fixer::ClangIncludeFixerPluginAction>
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
DClangIncludeFixer.cpp27 using clang::include_fixer::IncludeFixerContext;
160 std::unique_ptr<include_fixer::SymbolIndexManager>
164 auto SymbolIndexMgr = std::make_unique<include_fixer::SymbolIndexManager>(); in createSymbolIndexManager()
188 return std::make_unique<include_fixer::InMemorySymbolIndex>(Symbols); in createSymbolIndexManager()
193 auto CreateYamlIdx = [=]() -> std::unique_ptr<include_fixer::SymbolIndex> { in createSymbolIndexManager()
194 llvm::ErrorOr<std::unique_ptr<include_fixer::YamlSymbolIndex>> DB( in createSymbolIndexManager()
197 DB = include_fixer::YamlSymbolIndex::createFromFile(Input); in createSymbolIndexManager()
204 DB = include_fixer::YamlSymbolIndex::createFromDirectory( in createSymbolIndexManager()
223 []() -> std::unique_ptr<include_fixer::SymbolIndex> { in createSymbolIndexManager()
224 auto DB = include_fixer::FuzzySymbolIndex::createFromYAML(Input); in createSymbolIndexManager()
[all …]
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DSymbolIndex.h17 namespace include_fixer {
DFuzzySymbolIndex.h21 namespace include_fixer {
DInMemorySymbolIndex.h18 namespace include_fixer {
DInMemorySymbolIndex.cpp14 namespace include_fixer { namespace
DYamlSymbolIndex.h19 namespace include_fixer {
DSymbolIndexManager.h29 namespace include_fixer {
DIncludeFixerContext.h18 namespace include_fixer {
DYamlSymbolIndex.cpp22 namespace include_fixer { namespace
DIncludeFixer.h28 namespace include_fixer {
DIncludeFixerContext.cpp13 namespace include_fixer { namespace
DFuzzySymbolIndex.cpp15 namespace include_fixer { namespace
DSymbolIndexManager.cpp19 namespace include_fixer { namespace
DIncludeFixer.cpp24 namespace include_fixer { namespace
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
DFuzzySymbolIndexTests.cpp18 namespace include_fixer { namespace
DIncludeFixerTest.cpp17 namespace include_fixer { namespace