Home | History | Annotate | Download | only in libclang

Lines Matching refs:getCursor

620   return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
626 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
632 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
638 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
647 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
653 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
701 return handleObjCContainer(D, D->getLocation(), getCursor(D), InterInfo);
709 return handleObjCContainer(D, D->getLocation(), getCursor(D), ContDInfo);
738 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo);
770 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);
799 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo);
816 return handleDecl(D, Loc, getCursor(D), DInfo);
823 return handleReference(PD, D->getLocation(), getCursor(D),
832 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC, D->getDeclContext());
857 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
864 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
875 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
881 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
999 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo);
1005 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), DInfo);
1143 EntityInfo.cursor = getCursor(D);
1189 ContInfo.cursor = getCursor(cast<Decl>(DC));