Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp253 struct AllocatedCXCodeCompleteResults : public CXCodeCompleteResults { struct
254 AllocatedCXCodeCompleteResults(IntrusiveRefCntPtr<FileManager> FileMgr);
255 ~AllocatedCXCodeCompleteResults();
327 AllocatedCXCodeCompleteResults::AllocatedCXCodeCompleteResults( in AllocatedCXCodeCompleteResults() function in AllocatedCXCodeCompleteResults
342 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 …]