Lines Matching refs:AllocatedCXCodeCompleteResults
249 struct AllocatedCXCodeCompleteResults : public CXCodeCompleteResults { struct
250 AllocatedCXCodeCompleteResults(IntrusiveRefCntPtr<FileManager> FileMgr);
251 ~AllocatedCXCodeCompleteResults();
314 AllocatedCXCodeCompleteResults *allocated_results = (AllocatedCXCodeCompleteResults *)results; in clang_getCompletionNumFixIts()
326 AllocatedCXCodeCompleteResults *allocated_results = (AllocatedCXCodeCompleteResults *)results; in clang_getCompletionFixIt()
357 AllocatedCXCodeCompleteResults::AllocatedCXCodeCompleteResults( in AllocatedCXCodeCompleteResults() function in AllocatedCXCodeCompleteResults
373 AllocatedCXCodeCompleteResults::~AllocatedCXCodeCompleteResults() { in ~AllocatedCXCodeCompleteResults()
562 AllocatedCXCodeCompleteResults &AllocatedResults;
568 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults()
735 AllocatedCXCodeCompleteResults *Results = new AllocatedCXCodeCompleteResults( in clang_codeCompleteAt_Impl()
893 AllocatedCXCodeCompleteResults *Results in clang_disposeCodeCompleteResults()
894 = static_cast<AllocatedCXCodeCompleteResults*>(ResultsIn); in clang_disposeCodeCompleteResults()
900 AllocatedCXCodeCompleteResults *Results in clang_codeCompleteGetNumDiagnostics()
901 = static_cast<AllocatedCXCodeCompleteResults*>(ResultsIn); in clang_codeCompleteGetNumDiagnostics()
911 AllocatedCXCodeCompleteResults *Results in clang_codeCompleteGetDiagnostic()
912 = static_cast<AllocatedCXCodeCompleteResults*>(ResultsIn); in clang_codeCompleteGetDiagnostic()
927 AllocatedCXCodeCompleteResults *Results in clang_codeCompleteGetContexts()
928 = static_cast<AllocatedCXCodeCompleteResults*>(ResultsIn); in clang_codeCompleteGetContexts()
938 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteGetContainerKind()
939 static_cast<AllocatedCXCodeCompleteResults *>(ResultsIn); in clang_codeCompleteGetContainerKind()
951 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteGetContainerUSR()
952 static_cast<AllocatedCXCodeCompleteResults *>(ResultsIn); in clang_codeCompleteGetContainerUSR()
961 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteGetObjCSelector()
962 static_cast<AllocatedCXCodeCompleteResults *>(ResultsIn); in clang_codeCompleteGetObjCSelector()