I am using Exuberant Ctags 5.7. I am trying to build a tag database for CGContext.h with:
tags /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphics.framework/Headers/CGContext.h
The resulting tags file has no functions included in it. It only has 75 lines for types, and enums.
You need to add –c-types=+p (now –c-kinds).