Searched refs:shouldIgnoreIfImplicit (Results 1 – 5 of 5) sorted by relevance
125 bool shouldIgnoreIfImplicit(const Decl *D);
186 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in IndexingContext
737 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in indexDecl()
548 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in handleDecl()902 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in handleReference()1215 bool CXIndexDataConsumer::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in CXIndexDataConsumer
478 static bool shouldIgnoreIfImplicit(const Decl *D);