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