Searched refs:AllocatedCXCodeCompleteResults (Results 1 – 1 of 1) sorted by relevance
253 struct AllocatedCXCodeCompleteResults : public CXCodeCompleteResults { struct254 AllocatedCXCodeCompleteResults(IntrusiveRefCntPtr<FileManager> FileMgr);255 ~AllocatedCXCodeCompleteResults();327 AllocatedCXCodeCompleteResults::AllocatedCXCodeCompleteResults( in AllocatedCXCodeCompleteResults() function in AllocatedCXCodeCompleteResults342 AllocatedCXCodeCompleteResults::~AllocatedCXCodeCompleteResults() { in ~AllocatedCXCodeCompleteResults()531 AllocatedCXCodeCompleteResults &AllocatedResults;537 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults()711 AllocatedCXCodeCompleteResults *Results = new AllocatedCXCodeCompleteResults( in clang_codeCompleteAt_Impl()860 AllocatedCXCodeCompleteResults *Results in clang_disposeCodeCompleteResults()861 = static_cast<AllocatedCXCodeCompleteResults*>(ResultsIn); in clang_disposeCodeCompleteResults()[all …]