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

Declarations

tools/clang/lib/Index/IndexingContext.h
  107   void indexTypeLoc(TypeLoc TL, const NamedDecl *Parent,

References

tools/clang/lib/Index/IndexBody.cpp
   48     IndexCtx.indexTypeLoc(TL, Parent, ParentDC);
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  217   indexTypeLoc(TInfo->getTypeLoc(), Parent, DC, isBase, isIBType);
  263     indexTypeLoc(NNS.getTypeLoc(), Parent, DC);