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