Searched refs:cursorName (Results 1 – 2 of 2) 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 <<()
9066 CXString cursorName = clang_getCursorDisplayName(cursor); in operator <<() local9067 *this << cursorName << "@" << clang_getCursorLocation(cursor); in operator <<()9068 clang_disposeString(cursorName); in operator <<()