Home
last modified time | relevance | path

Searched refs:AllocatedCXCodeCompleteResults (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp249 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()
565 AllocatedCXCodeCompleteResults &AllocatedResults;
571 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults()
739 AllocatedCXCodeCompleteResults *Results = new AllocatedCXCodeCompleteResults( in clang_codeCompleteAt_Impl()
[all …]