Lines Matching refs:getCursor

627   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);  in handleFunction()
633 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar()
639 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField()
645 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator()
654 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl()
660 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName()
708 return handleObjCContainer(D, D->getLocation(), getCursor(D), InterInfo); in handleObjCInterface()
716 return handleObjCContainer(D, D->getLocation(), getCursor(D), ContDInfo); in handleObjCImplementation()
745 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo); in handleObjCProtocol()
777 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategory()
806 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategoryImpl()
823 return handleDecl(D, Loc, getCursor(D), DInfo); in handleObjCMethod()
830 return handleReference(PD, D->getLocation(), getCursor(D), in handleSynthesizedObjCProperty()
839 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC, D->getDeclContext()); in handleSynthesizedObjCMethod()
864 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCProperty()
871 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleNamespace()
882 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunctionTemplate()
888 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypeAliasTemplate()
894 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleConcept()
1012 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo); in handleCXXRecordDecl()
1018 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), DInfo); in handleCXXRecordDecl()
1156 EntityInfo.cursor = getCursor(D); in getEntityInfo()
1202 ContInfo.cursor = getCursor(cast<Decl>(DC)); in getContainerInfo()