Searched refs:shouldIndex (Results 1 – 4 of 4) sorted by relevance
52 bool shouldIndex(const Decl *D);
306 if (!shouldIndex(D)) in indexTagDecl()
23 if (!IndexCtx.shouldIndex(D)) return true; \478 if (!IndexCtx.shouldIndex(D)) in VisitObjCCategoryDecl()
28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex() function in IndexingContext