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