Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
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()
562 AllocatedCXCodeCompleteResults &AllocatedResults;
568 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults()
735 AllocatedCXCodeCompleteResults *Results = new AllocatedCXCodeCompleteResults( in clang_codeCompleteAt_Impl()
[all …]
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp251 struct AllocatedCXCodeCompleteResults : public CXCodeCompleteResults { struct
252 AllocatedCXCodeCompleteResults(IntrusiveRefCntPtr<FileManager> FileMgr);
253 ~AllocatedCXCodeCompleteResults();
321 AllocatedCXCodeCompleteResults::AllocatedCXCodeCompleteResults( in AllocatedCXCodeCompleteResults() function in AllocatedCXCodeCompleteResults
336 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 …]