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

References

tools/clang/lib/Index/IndexTypeSourceInfo.cpp
   31       assert(Parent);
   32       Relations.emplace_back((unsigned)SymbolRole::RelationBaseOf, Parent);
   35       assert(Parent);
   36       Relations.emplace_back((unsigned)SymbolRole::RelationIBTypeOf, Parent);
   51     return IndexCtx.handleReference(TTPD, Loc, Parent, ParentDC,
   60       return IndexCtx.handleReference(Underlying, Loc, Parent,
   65                                       Parent, ParentDC, SymbolRoleSet()));
   67         TRY_TO(IndexCtx.handleReference(CD, Loc, Parent, ParentDC,
   73                                       Parent, ParentDC, SymbolRoleSet(),
  103     IndexCtx.indexNestedNameSpecifierLoc(NNS, Parent, ParentDC);
  119                                     Parent, ParentDC, SymbolRoleSet(),
  125                                     Parent, ParentDC, SymbolRoleSet(), Relations);
  131                                Parent, ParentDC, SymbolRoleSet(), Relations);
  145       IndexCtx.handleReference(ResolvedClass, TemplNameLoc, Parent, ParentDC,
  148       IndexCtx.handleReference(D, TemplNameLoc, Parent, ParentDC,
  197     return IndexCtx.handleReference(Symbols[0], TL.getNameLoc(), Parent,
  202     IndexCtx.indexBody(S, Parent, ParentDC);