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

/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp249 /// AllocatedCXCodeCompleteResults outlives the CXTranslationUnit, so we can
251 struct AllocatedCXCodeCompleteResults : public CXCodeCompleteResults { struct in namespace:__anon19515
252 AllocatedCXCodeCompleteResults(IntrusiveRefCntPtr<FileManager> FileMgr);
253 ~AllocatedCXCodeCompleteResults();
321 AllocatedCXCodeCompleteResults::AllocatedCXCodeCompleteResults( function in class:AllocatedCXCodeCompleteResults
336 AllocatedCXCodeCompleteResults::~AllocatedCXCodeCompleteResults() {
525 AllocatedCXCodeCompleteResults &AllocatedResults;
531 AllocatedCXCodeCompleteResults
[all...]

Completed in 36 milliseconds