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