Home
last modified time | relevance | path

Searched refs:CursorUSR (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp636 CXString CursorUSR = clang_getCursorUSR(cursor); in ProcessCodeCompleteResults() local
637 AllocatedResults.ContainerUSR = clang_getCString(CursorUSR); in ProcessCodeCompleteResults()
638 clang_disposeString(CursorUSR); in ProcessCodeCompleteResults()