reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Index/IndexDecl.cpp
  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));