Searched refs:shouldIgnoreIfImplicit (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h125 bool shouldIgnoreIfImplicit(const Decl *D);
H A DIndexingContext.cpp182 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { function in class:IndexingContext
H A DIndexDecl.cpp732 if (D->isImplicit() && shouldIgnoreIfImplicit(D))

Completed in 102 milliseconds