Searched refs:BodyIndexer (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DIndexBody.cpp18 class BodyIndexer : public DataRecursiveASTVisitor<BodyIndexer> { class in namespace:__anon19524
23 typedef DataRecursiveASTVisitor<BodyIndexer> base;
25 BodyIndexer(IndexingContext &indexCtx, function in class:__anon19524::BodyIndexer
175 BodyIndexer(*this, Parent, DC).TraverseStmt(const_cast<Stmt*>(S));

Completed in 154 milliseconds