Home
last modified time | relevance | path

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

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