Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp247 class IndexPPCallbacks : public PPCallbacks { class
253 IndexPPCallbacks(Preprocessor &PP, IndexingContext &indexCtx) in IndexPPCallbacks() function in __anone24f30970111::IndexPPCallbacks
428 PP.addPPCallbacks(llvm::make_unique<IndexPPCallbacks>(PP, IndexCtx)); in CreateASTConsumer()