Searched refs:clang_getCursorPrettyPrinted (Results 1 – 5 of 5) sorted by relevance
197 clang_getCursorPrettyPrinted
5047 CXString clang_getCursorPrettyPrinted(CXCursor C, CXPrintingPolicy cxPolicy) { in clang_getCursorPrettyPrinted() function
4409 CINDEX_LINKAGE CXString clang_getCursorPrettyPrinted(CXCursor Cursor,
2019 pub fn clang_getCursorPrettyPrinted(cursor: CXCursor, policy: CXPrintingPolicy) -> CXString;
751 text = clang_getCursorPrettyPrinted(Cursor, Policy); in CursorToText()