Home
last modified time | relevance | path

Searched defs:SymbolIndexMgr (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.h87 explicit IncludeFixerSemaSource(SymbolIndexManager &SymbolIndexMgr, in IncludeFixerSemaSource()
137 SymbolIndexManager &SymbolIndexMgr; variable
DIncludeFixer.cpp29 explicit Action(SymbolIndexManager &SymbolIndexMgr, bool MinimizeIncludePaths) in Action()
75 SymbolIndexManager &SymbolIndexMgr, in IncludeFixerActionFactory()
/external/llvm-project/clang-tools-extra/clang-include-fixer/plugin/
DIncludeFixerPlugin.cpp29 std::shared_ptr<SymbolIndexManager> SymbolIndexMgr; member
88 std::shared_ptr<SymbolIndexManager> SymbolIndexMgr; member in clang::include_fixer::ClangIncludeFixerPluginAction
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
DClangIncludeFixer.cpp164 auto SymbolIndexMgr = std::make_unique<include_fixer::SymbolIndexManager>(); in createSymbolIndexManager() local
352 std::unique_ptr<include_fixer::SymbolIndexManager> SymbolIndexMgr = in includeFixerMain() local
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
DIncludeFixerTest.cpp96 auto SymbolIndexMgr = std::make_unique<SymbolIndexManager>(); in runIncludeFixer() local