Searched refs:shouldIgnoreIfImplicit (Results 1 – 5 of 5) sorted by relevance
107 bool shouldIgnoreIfImplicit(const Decl *D);
149 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in IndexingContext
415 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in indexDecl()
536 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in handleDecl()907 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in handleReference()1219 bool CXIndexDataConsumer::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in CXIndexDataConsumer
510 static bool shouldIgnoreIfImplicit(const Decl *D);