Home
last modified time | relevance | path

Searched refs:clang_getCursorPrettyPrinted (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports197 clang_getCursorPrettyPrinted
H A DCIndex.cpp5088 CXString clang_getCursorPrettyPrinted(CXCursor C, CXPrintingPolicy cxPolicy) { in clang_getCursorPrettyPrinted() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4429 CINDEX_LINKAGE CXString clang_getCursorPrettyPrinted(CXCursor Cursor,
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c752 text = clang_getCursorPrettyPrinted(Cursor, Policy); in CursorToText()