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