Home
last modified time | relevance | path

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

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