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

References

tools/clang/lib/Index/IndexBody.cpp
   48     IndexCtx.indexTypeLoc(TL, Parent, ParentDC);
   53     IndexCtx.indexNestedNameSpecifierLoc(NNS, Parent, ParentDC);
  139     return IndexCtx.handleReference(E->getDecl(), E->getLocation(),
  149     return IndexCtx.handleReference(E->getMemberDecl(), Loc,
  181     return IndexCtx.handleReference(Symbols[0], Loc, Parent, ParentDC, Roles,
  203         return IndexCtx.handleReference(D.getField(), D.getFieldLoc(), Parent,
  212     return IndexCtx.handleReference(E->getDecl(), E->getLocation(),
  282       return IndexCtx.handleReference(MD, E->getSelectorStartLoc(),
  290       IndexCtx.handleReference(E->getClassReceiver(), E->getReceiverLocation(),
  295       return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(),
  305           return IndexCtx.handleReference(PD, E->getLocation(), Parent,
  317     return IndexCtx.handleReference(E->getPropertyDecl(), E->getMemberLoc(),
  322     return IndexCtx.handleReference(E->getProtocol(), E->getProtocolIdLoc(),
  331     return IndexCtx.handleReference(MD, E->getBeginLoc(), Parent, ParentDC,
  360     return IndexCtx.handleReference(E->getConstructor(), E->getLocation(),
  372     if (IndexCtx.shouldIndexFunctionLocalSymbols()) {
  373       IndexCtx.indexDeclGroupRef(S->getDeclGroup());
  383         IndexCtx.indexTopLevelDecl(D);
  394     if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols())
  395       return IndexCtx.handleReference(C->getCapturedVar(), C->getLocation(),
  418           return IndexCtx.handleReference(D.getField(), D.getFieldLoc(),
  451         IndexCtx.handleReference(Component.getField(), Component.getEndLoc(),
  460     if (IndexCtx.shouldIndexFunctionLocalSymbols()) {
  463         IndexCtx.handleDecl(D);