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