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