Properly parse functions with calling conventions specified

Authored by skalinichev.

Description

Properly parse functions with calling conventions specified

Currently Clang's AttributedType is not exposed through libclang
interface. So if CXCursor_FunctionDecl has CXType_Unexposed type, handle
it like CXType_FunctionProto.

REVIEW: 123891

Details

Committed
skalinichevMay 26 2015, 7:47 AM
Parents
R32:04cc4fc6a040: Optimize findForwardDeclaration
Branches
Unknown
Tags
Unknown