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

References

tools/clang/lib/Index/IndexDecl.cpp
  501     if (ObjCMethodDecl *MD = D->getGetterMethodDecl())
  502       if (MD->getLexicalDeclContext() == D->getLexicalDeclContext())
  503         handleObjCMethod(MD, D);
  504     if (ObjCMethodDecl *MD = D->getSetterMethodDecl())
  505       if (MD->getLexicalDeclContext() == D->getLexicalDeclContext())
  506         handleObjCMethod(MD, D);
  507     TRY_DECL(D, IndexCtx.handleDecl(D));
  507     TRY_DECL(D, IndexCtx.handleDecl(D));
  508     if (IBOutletCollectionAttr *attr = D->getAttr<IBOutletCollectionAttr>())
  509       IndexCtx.indexTypeSourceInfo(attr->getInterfaceLoc(), D,
  510                                    D->getLexicalDeclContext(), false, true);
  511     IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), D);
  511     IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), D);