Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h52 bool shouldIndex(const Decl *D);
H A DIndexTypeSourceInfo.cpp306 if (!shouldIndex(D)) in indexTagDecl()
H A DIndexDecl.cpp23 if (!IndexCtx.shouldIndex(D)) return true; \
478 if (!IndexCtx.shouldIndex(D)) in VisitObjCCategoryDecl()
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex() function in IndexingContext