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

Declarations

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

References

tools/clang/lib/Index/IndexDecl.cpp
  443         IndexCtx.indexDecl(I);
  448         IndexCtx.indexDecl(I);
  750     if (!indexDecl(I))
  762   return indexDecl(D);