Searched refs:cursorName (Results 1 – 1 of 1) sorted by relevance
7259 CXString cursorName = clang_getCursorDisplayName(cursor); in operator <<() local7260 *this << cursorName << "@" << clang_getCursorLocation(cursor); in operator <<()7261 clang_disposeString(cursorName); in operator <<()