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

Declarations

tools/clang/lib/Index/IndexingContext.h
   52   bool shouldIndex(const Decl *D);

References

tools/clang/lib/Index/IndexDecl.cpp
  167     TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations));
  245     TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations));
  294     TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations));
  302       TRY_DECL(Binding, IndexCtx.handleDecl(Binding));
  309     TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations));
  323     TRY_DECL(D, IndexCtx.handleDecl(D));
  329     TRY_DECL(D, IndexCtx.handleDecl(D));
  335     TRY_DECL(D, IndexCtx.handleDecl(D));
  344       TRY_DECL(D, IndexCtx.handleDecl(D, SymbolRoleSet(), Relations));
  386       TRY_DECL(D, IndexCtx.handleDecl(D));
  417       TRY_DECL(D, IndexCtx.handleDecl(D));
  436     TRY_DECL(D, IndexCtx.handleDecl(D));
  455     if (!IndexCtx.shouldIndex(D))
  485     TRY_DECL(D, IndexCtx.handleDecl(D, CategoryLoc));
  507     TRY_DECL(D, IndexCtx.handleDecl(D));
  528     TRY_DECL(D, IndexCtx.handleDecl(D, Loc, Roles, Relations));
  562         TRY_DECL(IvarD, IndexCtx.handleDecl(IvarD, IvarLoc, IvarRoles));
  572     TRY_DECL(D, IndexCtx.handleDecl(D));
  578     TRY_DECL(D, IndexCtx.handleDecl(D));
  615     TRY_DECL(D, IndexCtx.handleDecl(D));
  624     TRY_DECL(D, IndexCtx.handleDecl(D));
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  270   if (!shouldIndex(D))