Home
last modified time | relevance | path

Searched refs:getIndexLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp255 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()
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()
[all …]
H A DCXIndexDataConsumer.h465 CXIdxLoc getIndexLoc(SourceLocation Loc) const;