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

Declarations

tools/clang/tools/libclang/CXIndexDataConsumer.h
  466   void getEntityInfo(const NamedDecl *D,

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  247     IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA);
  319         IdxCtx.getEntityInfo(InterD, IBInfo.ClassInfo, SA);
  357       IdxCtx.getEntityInfo(BaseD, BaseEntities.back(), SA);
  553   getEntityInfo(D, DInfo.EntInfo, SA);
  679     getEntityInfo(SuperD, BaseEntity, SA);
  751   getEntityInfo(IFaceD, ClassEntity, SA);
  783   getEntityInfo(IFaceD, ClassEntity, SA);
  846     getEntityInfo(Getter, GetterEntity, SA);
  852     getEntityInfo(Setter, SetterEntity, SA);
  913   getEntityInfo(D, RefEntity, SA);
  917   getEntityInfo(Parent, ParentEntity, SA);