Searched refs:AllocatedResults (Results 1 – 2 of 2) sorted by relevance
562 AllocatedCXCodeCompleteResults &AllocatedResults; member in __anon3cfb78df0211::CaptureCompletionResults570 : CodeCompleteConsumer(Opts), AllocatedResults(Results), in CaptureCompletionResults()580 AllocatedResults.FixItsVector.reserve(NumResults); in ProcessCodeCompleteResults()592 AllocatedResults.FixItsVector.emplace_back(std::move(Results[I].FixIts)); in ProcessCodeCompleteResults()597 AllocatedResults.ContextKind = contextKind; in ProcessCodeCompleteResults()598 AllocatedResults.Contexts = getContextsForContextKind(contextKind, S); in ProcessCodeCompleteResults()600 AllocatedResults.Selector = ""; in ProcessCodeCompleteResults()606 AllocatedResults.Selector += selIdent->getName(); in ProcessCodeCompleteResults()607 AllocatedResults.Selector += ":"; in ProcessCodeCompleteResults()634 AllocatedResults.ContainerKind = clang_getCursorKind(cursor); in ProcessCodeCompleteResults()[all …]
525 AllocatedCXCodeCompleteResults &AllocatedResults; member in __anon4832e0d10211::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 …]