Hi,
the attached patch provides new APIs on SBType:
    uint32_t
    GetNumberOfMemberFunctions ();

    

    lldb::SBType
    GetMemberFunctionAtIndex (uint32_t idx);

They are backed by corresponding implementations in ClangASTType, to provide type information for methods (implemented for C++ only at the moment)

Is this OK to commit?

Thanks,
- Enrico
📩 egranata@.com ☎️ 27683



Attachment: member_funcs.diff
Description: Binary data

_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to