Home
last modified time | relevance | path

Searched refs:addSymbolIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-include-fixer/
DSymbolIndexManager.h35 void addSymbolIndex(std::function<std::unique_ptr<SymbolIndex>()> F) { in addSymbolIndex() function
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
DClangIncludeFixer.cpp187 SymbolIndexMgr->addSymbolIndex([=]() { in createSymbolIndexManager()
216 SymbolIndexMgr->addSymbolIndex(std::move(CreateYamlIdx)); in createSymbolIndexManager()
222 SymbolIndexMgr->addSymbolIndex( in createSymbolIndexManager()
/external/llvm-project/clang-tools-extra/clang-include-fixer/plugin/
DIncludeFixerPlugin.cpp83 SymbolIndexMgr->addSymbolIndex(std::move(CreateYamlIdx)); in ParseArgs()
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
DIncludeFixerTest.cpp97 SymbolIndexMgr->addSymbolIndex( in runIncludeFixer()