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()
563 AllocatedCXCodeCompleteResults &AllocatedResults;
569 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults()
737 AllocatedCXCodeCompleteResults *Results = new AllocatedCXCodeCompleteResults( in clang_codeCompleteAt_Impl()
895 AllocatedCXCodeCompleteResults *Results in clang_disposeCodeCompleteResults()
896 = static_cast<AllocatedCXCodeCompleteResults*>(ResultsIn); in clang_disposeCodeCompleteResults()
902 AllocatedCXCodeCompleteResults *Results in clang_codeCompleteGetNumDiagnostics()
903 = static_cast<AllocatedCXCodeCompleteResults*>(ResultsIn); in clang_codeCompleteGetNumDiagnostics()
913 AllocatedCXCodeCompleteResults *Results in clang_codeCompleteGetDiagnostic()
914 = static_cast<AllocatedCXCodeCompleteResults*>(ResultsIn); in clang_codeCompleteGetDiagnostic()
929 AllocatedCXCodeCompleteResults *Results in clang_codeCompleteGetContexts()
930 = static_cast<AllocatedCXCodeCompleteResults*>(ResultsIn); in clang_codeCompleteGetContexts()
940 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteGetContainerKind()
941 static_cast<AllocatedCXCodeCompleteResults *>(ResultsIn); in clang_codeCompleteGetContainerKind()
953 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteGetContainerUSR()
954 static_cast<AllocatedCXCodeCompleteResults *>(ResultsIn); in clang_codeCompleteGetContainerUSR()
963 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteGetObjCSelector()
964 static_cast<AllocatedCXCodeCompleteResults *>(ResultsIn); in clang_codeCompleteGetObjCSelector()