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