Home
last modified time | relevance | path

Searched defs:Indexer (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUnusedParametersCheck.h30 std::unique_ptr<IndexerVisitor> Indexer; variable
/llvm-project/llvm/unittests/XRay/
H A DFDRRecordsTest.cpp60 BlockIndexer Indexer(Index); in TEST() local
128 BlockIndexer Indexer(Index); in TEST() local
H A DFDRBlockIndexerTest.cpp55 BlockIndexer Indexer(Index); in TEST() local
H A DFDRBlockVerifierTest.cpp51 BlockIndexer Indexer(Index); in TEST() local
/llvm-project/llvm/lib/XRay/
H A DTrace.cpp300 BlockIndexer Indexer(Index); in loadFDRLog() local
/llvm-project/clang/unittests/Index/
H A DIndexTests.cpp70 class Indexer : public IndexDataConsumer { class