• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/

Lines Matching refs:results

766    * results.
1249 * code-completion results with each reparse of the source file.
1251 * Caching of code-completion results is a performance optimization that
1881 * "swap" functions declared above, so both results will be available. At
5170 * expected to filter the code-completion results based on the text in this
5429 * Contains the results of code-completion.
5431 * This data structure contains the results of code completion, as
5437 * The code-completion results.
5442 * The number of code-completion results stored in the
5454 * \param results The structure keeping all completion results
5462 clang_getCompletionNumFixIts(CXCodeCompleteResults *results,
5495 * \param results The structure keeping all completion results
5509 CXCodeCompleteResults *results, unsigned completion_index,
5560 * The context for completions is unexposed, as only Clang results
5566 * Completions for any possible type should be included in the results.
5572 * should be included in the results.
5577 * be included in the results.
5582 * should be included in the results.
5587 * included in the results.
5593 * operator should be included in the results.
5598 * operator should be included in the results.
5603 * using the dot operator should be included in the results.
5608 * Completions for enum tags should be included in the results.
5612 * Completions for union tags should be included in the results.
5616 * Completions for struct tags should be included in the results.
5621 * Completions for C++ class names should be included in the results.
5626 * included in the results.
5631 * the results.
5637 * in the results.
5642 * the results.
5647 * the results.
5652 * in the results.
5657 * the results.
5662 * the results.
5668 * the results.
5673 * Natural language completions should be included in the results.
5678 * #include file completions should be included in the results.
5698 * column within source code, providing results that suggest potential
5713 * the completion results will provide, e.g., the members of the struct that
5715 * beginning of the token currently being typed, then filtering the results
5719 * client can filter the results based on the current token text ("get"), only
5720 * showing those results that start with "get". The intent of this interface
5722 * results from the filtering of results on a per-character basis, which must
5758 * containing code-completion results, which should eventually be
5770 * Sort the code-completion results in case-insensitive alphabetical
5773 * \param Results The set of results to sort.
5774 * \param NumResults The number of results in \p Results.
5781 * Free the given set of code-completion results.
5796 * \param Results the code completion results to query.
5810 * \param Results the code completion results to query
5813 * along with the given code completion results.
5826 * \param Results the code completion results to query
5845 * \param Results the code completion results to query
5858 * \param Results the code completion results to query