• Home
  • Raw
  • Download

Lines Matching refs:getCursor

608   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);  in handleFunction()
614 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar()
620 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField()
626 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleMSProperty()
632 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator()
641 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl()
647 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName()
695 return handleObjCContainer(D, D->getLocation(), getCursor(D), InterInfo); in handleObjCInterface()
703 return handleObjCContainer(D, D->getLocation(), getCursor(D), ContDInfo); in handleObjCImplementation()
732 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo); in handleObjCProtocol()
764 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategory()
793 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategoryImpl()
809 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCMethod()
816 return handleReference(PD, D->getLocation(), getCursor(D), in handleSynthesizedObjCProperty()
825 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC, D->getDeclContext()); in handleSynthesizedObjCMethod()
850 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCProperty()
857 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleNamespace()
868 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunctionTemplate()
874 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypeAliasTemplate()
1003 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo); in handleCXXRecordDecl()
1009 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), DInfo); in handleCXXRecordDecl()
1147 EntityInfo.cursor = getCursor(D); in getEntityInfo()
1193 ContInfo.cursor = getCursor(cast<Decl>(DC)); in getContainerInfo()