Searched refs:shouldIgnoreIfImplicit (Results 1 – 5 of 5) sorted by relevance
125 bool shouldIgnoreIfImplicit(const Decl *D);
185 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in IndexingContext
775 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in indexDecl()
555 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in handleDecl()915 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) in handleReference()1228 bool CXIndexDataConsumer::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit() function in CXIndexDataConsumer
479 static bool shouldIgnoreIfImplicit(const Decl *D);