Searched refs:CursorUSR (Results 1 – 1 of 1) sorted by relevance
596 CXString CursorUSR = clang_getCursorUSR(cursor); in ProcessCodeCompleteResults() local597 AllocatedResults.ContainerUSR = clang_getCString(CursorUSR); in ProcessCodeCompleteResults()598 clang_disposeString(CursorUSR); in ProcessCodeCompleteResults()