Lines Matching refs:getIndexLoc
34 IdxCtx.getIndexLoc(Loc) }; in ObjCProtocolListInfo()
73 CXIdxLoc Loc = IdxCtx.getIndexLoc(A->getLocation()); in AttrListInfo()
97 IBInfo.IBCollInfo.classLoc = IdxCtx.getIndexLoc(IBAttr->getInterfaceLoc()); in AttrListInfo()
146 IdxCtx.getIndexLoc(Loc) }; in CXXBasesListInfo()
252 CXIdxIncludedFileInfo Info = { getIndexLoc(hashLoc), in ppIncludedFile()
274 getIndexLoc(ImportD->getLocation()), in importedModule()
289 getIndexLoc(SourceLocation()), in importedPCH()
333 DInfo.loc = getIndexLoc(Loc); in handleDecl()
454 BaseClass.loc = getIndexLoc(SuperLoc); in handleObjCInterface()
537 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategory()
567 CatDInfo.ObjCCatDeclInfo.classLoc = getIndexLoc(ClassLoc); in handleObjCCategoryImpl()
703 getIndexLoc(Loc), in handleReference()
873 CXIdxLoc IndexingContext::getIndexLoc(SourceLocation Loc) const { in getIndexLoc() function in IndexingContext