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

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  621   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
  627   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
  633   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
  639   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
  648   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
  654   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
  702   return handleObjCContainer(D, D->getLocation(), getCursor(D), InterInfo);
  710   return handleObjCContainer(D, D->getLocation(), getCursor(D), ContDInfo);
  739   return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo);
  771   return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);
  800   return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);
  817   return handleDecl(D, Loc, getCursor(D), DInfo);
  824   return handleReference(PD, D->getLocation(), getCursor(D),
  833   return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC, D->getDeclContext());
  858   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
  865   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
  876   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
  882   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
 1000     return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo);
 1006   return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), DInfo);
 1144   EntityInfo.cursor = getCursor(D);
 1190   ContInfo.cursor = getCursor(cast<Decl>(DC));