Lines Matching refs:getCursor
620 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction()
626 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar()
632 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField()
638 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator()
647 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl()
653 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName()
701 return handleObjCContainer(D, D->getLocation(), getCursor(D), InterInfo); in handleObjCInterface()
709 return handleObjCContainer(D, D->getLocation(), getCursor(D), ContDInfo); in handleObjCImplementation()
738 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo); in handleObjCProtocol()
770 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategory()
799 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategoryImpl()
816 return handleDecl(D, Loc, getCursor(D), DInfo); in handleObjCMethod()
823 return handleReference(PD, D->getLocation(), getCursor(D), in handleSynthesizedObjCProperty()
832 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC, D->getDeclContext()); in handleSynthesizedObjCMethod()
857 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCProperty()
864 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleNamespace()
875 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunctionTemplate()
881 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypeAliasTemplate()
999 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo); in handleCXXRecordDecl()
1005 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), DInfo); in handleCXXRecordDecl()
1143 EntityInfo.cursor = getCursor(D); in getEntityInfo()
1189 ContInfo.cursor = getCursor(cast<Decl>(DC)); in getContainerInfo()