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

Declarations

tools/clang/lib/Index/IndexingContext.h
  102   void indexTypeSourceInfo(TypeSourceInfo *TInfo, const NamedDecl *Parent,

References

tools/clang/lib/Index/IndexDecl.cpp
   63       IndexCtx.indexTypeSourceInfo(LocInfo.getAsTypeSourceInfo(), Parent, DC);
   86     IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), Parent,
  168     IndexCtx.indexTypeSourceInfo(D->getReturnTypeSourceInfo(), D);
  256           IndexCtx.indexTypeSourceInfo(Init->getTypeSourceInfo(), D);
  345       IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), D);
  509       IndexCtx.indexTypeSourceInfo(attr->getInterfaceLoc(), D,
  511     IndexCtx.indexTypeSourceInfo(D->getTypeSourceInfo(), D);
  649       IndexCtx.indexTypeSourceInfo(TSI, /*Parent=*/nullptr,
  683             IndexCtx.indexTypeSourceInfo(TTP->getDefaultArgumentInfo(), Parent);
  711       IndexCtx.indexTypeSourceInfo(Ty, cast<NamedDecl>(D->getDeclContext()));
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  280           indexTypeSourceInfo(I.getTypeSourceInfo(), CXXRD, CXXRD, /*isBase=*/true);