Home
last modified time | relevance | path

Searched refs:getDataConsumer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp121 IndexCtx->getDataConsumer().initialize(Context); in Initialize()
122 IndexCtx->getDataConsumer().setPreprocessor(PP); in Initialize()
H A DIndexingContext.h53 IndexDataConsumer &getDataConsumer() { return DataConsumer; } in getDataConsumer() function