Lines Matching refs:getIndexLoc
247 IdxCtx.getIndexLoc(Loc) }; in ObjCProtocolListInfo()
284 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation()); in AttrListInfo()
310 IBInfo.IBCollInfo.classLoc = IdxCtx.getIndexLoc(InterfaceLocStart); in AttrListInfo()
357 IdxCtx.getIndexLoc(Loc) }; in CXXBasesListInfo()
464 CXIdxIncludedFileInfo Info = { getIndexLoc(hashLoc), in ppIncludedFile()
485 getIndexLoc(ImportD->getLocation()), in importedModule()
500 getIndexLoc(SourceLocation()), in importedPCH()
553 DInfo.loc = getIndexLoc(Loc); in handleDecl()
676 BaseClass.loc = getIndexLoc(SuperLoc); in handleObjCInterface()
760 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory()
790 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategoryImpl()
928 getIndexLoc(Loc), in handleReference()
1095 CXIdxLoc CXIndexDataConsumer::getIndexLoc(SourceLocation Loc) const { in getIndexLoc() function in CXIndexDataConsumer