Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexingAction.cpp26 class IndexPPCallbacks final : public PPCallbacks { class
30 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks() function in __anon481371420111::IndexPPCallbacks
125 PP->addPPCallbacks(std::make_unique<IndexPPCallbacks>(IndexCtx)); in Initialize()
292 return std::make_unique<IndexPPCallbacks>( in indexMacrosCallback()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp239 class IndexPPCallbacks : public PPCallbacks { class
245 IndexPPCallbacks(Preprocessor &PP, CXIndexDataConsumer &dataConsumer) in IndexPPCallbacks() function in __anon0793a8420211::IndexPPCallbacks
360 PP.addPPCallbacks(std::make_unique<IndexPPCallbacks>(PP, *DataConsumer)); in CreateASTConsumer()