Searched refs:AllocatedResults (Results 1 – 1 of 1) sorted by relevance
525 AllocatedCXCodeCompleteResults &AllocatedResults; member in __anona87c2e100211::CaptureCompletionResults534 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator), in CaptureCompletionResults()557 AllocatedResults.ContextKind = contextKind; in ProcessCodeCompleteResults()558 AllocatedResults.Contexts = getContextsForContextKind(contextKind, S); in ProcessCodeCompleteResults()560 AllocatedResults.Selector = ""; in ProcessCodeCompleteResults()566 AllocatedResults.Selector += selIdent->getName(); in ProcessCodeCompleteResults()567 AllocatedResults.Selector += ":"; in ProcessCodeCompleteResults()594 AllocatedResults.ContainerKind = clang_getCursorKind(cursor); in ProcessCodeCompleteResults()597 AllocatedResults.ContainerUSR = clang_getCString(CursorUSR); in ProcessCodeCompleteResults()602 AllocatedResults.ContainerIsIncomplete = type->isIncompleteType(); in ProcessCodeCompleteResults()[all …]