Home | History | Annotate | Download | only in Sema

Lines Matching refs:Results

463                                                  CodeCompletionResult *Results,
465 std::stable_sort(Results, Results + NumResults);
467 // Print the results.
470 switch (Results[I].Kind) {
472 OS << *Results[I].Declaration;
473 if (Results[I].Hidden)
476 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
485 OS << Results[I].Keyword << '\n';
489 OS << Results[I].Macro->getName();
491 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(),
501 << Results[I].Pattern->getAsString() << '\n';