Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp250 struct AllocatedCXCodeCompleteResults : public CXCodeCompleteResults { struct
251 AllocatedCXCodeCompleteResults(const FileSystemOptions& FileSystemOpts);
252 ~AllocatedCXCodeCompleteResults();
319 AllocatedCXCodeCompleteResults::AllocatedCXCodeCompleteResults( in AllocatedCXCodeCompleteResults() function in AllocatedCXCodeCompleteResults
340 AllocatedCXCodeCompleteResults::~AllocatedCXCodeCompleteResults() { in ~AllocatedCXCodeCompleteResults()
529 AllocatedCXCodeCompleteResults &AllocatedResults;
535 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults()
708 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteAt_Impl()
709 new AllocatedCXCodeCompleteResults(AST->getFileSystemOpts()); in clang_codeCompleteAt_Impl()
852 AllocatedCXCodeCompleteResults *Results in clang_disposeCodeCompleteResults()
[all …]