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

Declarations

tools/clang/tools/libclang/CXIndexDataConsumer.h
  464   CXIdxLoc getIndexLoc(SourceLocation Loc) const;

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  250                                 IdxCtx.getIndexLoc(Loc) };
  287     CXIdxLoc Loc =  IdxCtx.getIndexLoc(A->getLocation());
  313     IBInfo.IBCollInfo.classLoc = IdxCtx.getIndexLoc(InterfaceLocStart);
  360                          IdxCtx.getIndexLoc(Loc) };
  469   CXIdxIncludedFileInfo Info = { getIndexLoc(hashLoc),
  498                                     getIndexLoc(ImportD->getLocation()),
  513                                     getIndexLoc(SourceLocation()),
  566   DInfo.loc = getIndexLoc(Loc);
  683     BaseClass.loc = getIndexLoc(SuperLoc);
  767   CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
  797   CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc);
  924                               getIndexLoc(Loc),