Searched refs:AllocatedCXCodeCompleteResults (Results 1 – 1 of 1) sorted by relevance
250 struct AllocatedCXCodeCompleteResults : public CXCodeCompleteResults { struct251 AllocatedCXCodeCompleteResults(const FileSystemOptions& FileSystemOpts);252 ~AllocatedCXCodeCompleteResults();319 AllocatedCXCodeCompleteResults::AllocatedCXCodeCompleteResults( in AllocatedCXCodeCompleteResults() function in AllocatedCXCodeCompleteResults340 AllocatedCXCodeCompleteResults::~AllocatedCXCodeCompleteResults() { in ~AllocatedCXCodeCompleteResults()529 AllocatedCXCodeCompleteResults &AllocatedResults;535 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults()708 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteAt_Impl()709 new AllocatedCXCodeCompleteResults(AST->getFileSystemOpts()); in clang_codeCompleteAt_Impl()852 AllocatedCXCodeCompleteResults *Results in clang_disposeCodeCompleteResults()[all …]