Searched refs:shouldIgnoreIfImplicit (Results 1 – 3 of 3) sorted by relevance
123 bool shouldIgnoreIfImplicit(const Decl *D);
184 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in IndexingContext
781 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in indexDecl()