Home
last modified time | relevance | path

Searched refs:CursorUSR (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp596 CXString CursorUSR = clang_getCursorUSR(cursor); in ProcessCodeCompleteResults() local
597 AllocatedResults.ContainerUSR = clang_getCString(CursorUSR); in ProcessCodeCompleteResults()
598 clang_disposeString(CursorUSR); in ProcessCodeCompleteResults()