Lines Matching refs:handleDecl
548 bool CXIndexDataConsumer::handleDecl(const NamedDecl *D, in handleDecl() function in CXIndexDataConsumer
611 return handleDecl(D, Loc, Cursor, ContDInfo); in handleObjCContainer()
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()
823 return handleDecl(D, Loc, getCursor(D), DInfo); in handleObjCMethod()
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()