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

References

tools/clang/lib/Index/IndexDecl.cpp
  416     if (D->isThisDeclarationADefinition()) {
  417       TRY_DECL(D, IndexCtx.handleDecl(D));
  417       TRY_DECL(D, IndexCtx.handleDecl(D));
  418       TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D,
  418       TRY_TO(handleReferencedProtocols(D->getReferencedProtocols(), D,
  420       TRY_TO(IndexCtx.indexDeclContext(D));
  422       return IndexCtx.handleReference(D, D->getLocation(), nullptr,
  422       return IndexCtx.handleReference(D, D->getLocation(), nullptr,
  423                                       D->getDeclContext(), SymbolRoleSet());