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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h52 bool shouldIndex(const Decl *D);
H A DIndexTypeSourceInfo.cpp270 if (!shouldIndex(D))
H A DIndexingContext.cpp28 bool IndexingContext::shouldIndex(const Decl *D) { function in class:IndexingContext
H A DIndexDecl.cpp19 if (!IndexCtx.shouldIndex(D)) return true; \
458 if (!IndexCtx.shouldIndex(D))

Completed in 60 milliseconds