reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
731 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) 731 if (D->isImplicit() && shouldIgnoreIfImplicit(D)) 734 if (isTemplateImplicitInstantiation(D) && !shouldIndexImplicitInstantiation()) 738 bool ShouldContinue = Visitor.Visit(D); 742 if (!Visitor.Handled && isa<DeclContext>(D)) 743 return indexDeclContext(cast<DeclContext>(D));