Searched refs:CursorUSR (Results 1 – 2 of 2) 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()
636 CXString CursorUSR = clang_getCursorUSR(cursor); in ProcessCodeCompleteResults() local637 AllocatedResults.ContainerUSR = clang_getCString(CursorUSR); in ProcessCodeCompleteResults()638 clang_disposeString(CursorUSR); in ProcessCodeCompleteResults()