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

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  714   if (!D->isThisDeclarationADefinition()) {
  715     if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
  715     if (shouldSuppressRefs() && markEntityOccurrenceInFile(D, D->getLocation()))
  719     bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl();
  719     bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl();
  723     return handleObjCContainer(D, D->getLocation(), 
  723     return handleObjCContainer(D, D->getLocation(), 
  724                                MakeCursorObjCProtocolRef(D, D->getLocation(),
  724                                MakeCursorObjCProtocolRef(D, D->getLocation(),
  731   ObjCProtocolListInfo ProtListInfo(D->isThisDeclarationADefinition()
  732                                       ? D->getReferencedProtocols()
  736   ObjCProtocolDeclInfo ProtInfo(D);
  739   return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo);
  739   return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo);
  739   return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo);