Lines Matching refs:handleDecl

309 bool IndexingContext::handleDecl(const NamedDecl *D,  in handleDecl()  function in IndexingContext
369 return handleDecl(D, Loc, Cursor, ContDInfo); in handleObjCContainer()
385 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction()
391 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar()
397 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField()
403 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleMSProperty()
409 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator()
418 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl()
424 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName()
586 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCMethod()
601 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC); in handleSynthesizedObjCMethod()
626 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCProperty()
633 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleNamespace()
644 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunctionTemplate()
650 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypeAliasTemplate()
779 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), CXXDInfo); in handleCXXRecordDecl()
785 return handleDecl(OrigD, OrigD->getLocation(), getCursor(OrigD), DInfo); in handleCXXRecordDecl()