Searched refs:AllocatedCXCodeCompleteResults (Results 1 – 1 of 1) sorted by relevance
251 struct AllocatedCXCodeCompleteResults : public CXCodeCompleteResults { struct252 AllocatedCXCodeCompleteResults(IntrusiveRefCntPtr<FileManager> FileMgr);253 ~AllocatedCXCodeCompleteResults();321 AllocatedCXCodeCompleteResults::AllocatedCXCodeCompleteResults( in AllocatedCXCodeCompleteResults() function in AllocatedCXCodeCompleteResults336 AllocatedCXCodeCompleteResults::~AllocatedCXCodeCompleteResults() { in ~AllocatedCXCodeCompleteResults()525 AllocatedCXCodeCompleteResults &AllocatedResults;531 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults()693 AllocatedCXCodeCompleteResults *Results = new AllocatedCXCodeCompleteResults( in clang_codeCompleteAt_Impl()845 AllocatedCXCodeCompleteResults *Results in clang_disposeCodeCompleteResults()846 = static_cast<AllocatedCXCodeCompleteResults*>(ResultsIn); in clang_disposeCodeCompleteResults()[all …]