Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp34 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()
[all …]
DIndexingContext.h491 CXIdxLoc getIndexLoc(SourceLocation Loc) const;