Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Index/
DIndexingContext.h52 bool shouldIndex(const Decl *D);
DIndexTypeSourceInfo.cpp296 if (!shouldIndex(D)) in indexTagDecl()
DIndexDecl.cpp19 if (!IndexCtx.shouldIndex(D)) return true; \
463 if (!IndexCtx.shouldIndex(D)) in VisitObjCCategoryDecl()
DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { in shouldIndex() function in IndexingContext