Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CachedResult

376       CachedCodeCompletionResult CachedResult;
377 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema,
381 CachedResult.ShowInContexts = getDeclShowContexts(Results[I].Declaration,
384 CachedResult.Priority = Results[I].Priority;
385 CachedResult.Kind = Results[I].CursorKind;
386 CachedResult.Availability = Results[I].Availability;
392 CachedResult.TypeClass = STC_Void;
393 CachedResult.Type = 0;
397 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType);
409 CachedResult.Type = TypeValue;
412 CachedCompletionResults.push_back(CachedResult);
437 = NNSContexts & ~CachedResult.ShowInContexts) {
442 CachedResult.Completion
447 CachedResult.ShowInContexts = RemainingContexts;
448 CachedResult.Priority = CCP_NestedNameSpecifier;
449 CachedResult.TypeClass = STC_Void;
450 CachedResult.Type = 0;
451 CachedResult);
464 CachedCodeCompletionResult CachedResult;
465 CachedResult.Completion
470 CachedResult.ShowInContexts
484 CachedResult.Priority = Results[I].Priority;
485 CachedResult.Kind = Results[I].CursorKind;
486 CachedResult.Availability = Results[I].Availability;
487 CachedResult.TypeClass = STC_Void;
488 CachedResult.Type = 0;
489 CachedCompletionResults.push_back(CachedResult);