Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h125 bool shouldIgnoreIfImplicit(const Decl *D);
H A DIndexingContext.cpp186 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in IndexingContext
H A DIndexDecl.cpp737 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in indexDecl()