Lines Matching refs:getIndexLoc
255 IdxCtx.getIndexLoc(Loc) }; in ObjCProtocolListInfo()
292 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation()); in AttrListInfo()
318 IBInfo.IBCollInfo.classLoc = IdxCtx.getIndexLoc(InterfaceLocStart); in AttrListInfo()
365 IdxCtx.getIndexLoc(Loc) }; in CXXBasesListInfo()
476 CXIdxIncludedFileInfo Info = { getIndexLoc(hashLoc), in ppIncludedFile()
505 getIndexLoc(ImportD->getLocation()), in importedModule()
519 getIndexLoc(SourceLocation()), in importedPCH()
572 DInfo.loc = getIndexLoc(Loc); in handleDecl()
689 BaseClass.loc = getIndexLoc(SuperLoc); in handleObjCInterface()
773 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory()
803 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategoryImpl()
936 getIndexLoc(Loc), in handleReference()
1104 CXIdxLoc CXIndexDataConsumer::getIndexLoc(SourceLocation Loc) const { in getIndexLoc() function in CXIndexDataConsumer