• Home
  • Raw
  • Download

Lines Matching refs:handleDecl

529 bool CXIndexDataConsumer::handleDecl(const NamedDecl *D,  in handleDecl()  function in CXIndexDataConsumer
592 return handleDecl(D, Loc, Cursor, ContDInfo); in handleObjCContainer()
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()
809 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCMethod()
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()