ΒΆCXString clang_getCursorPrettyPrinted(
CXCursor Cursor,
CXPrintingPolicy Policy)
CXString clang_getCursorPrettyPrinted(
CXCursor Cursor,
CXPrintingPolicy Policy)
Description
Pretty print declarations.
Declared at: clang/include/clang-c/Index.h:4496
Parameters
- CXCursor Cursor
- The cursor representing a declaration.
- CXPrintingPolicy Policy
- The policy to control the entities being printed. If NULL, a default policy is used.
Returns
The pretty printed declaration or the empty string for other cursors.