Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp249 struct AllocatedCXCodeCompleteResults : public CXCodeCompleteResults { struct
250 AllocatedCXCodeCompleteResults(const FileSystemOptions& FileSystemOpts);
251 ~AllocatedCXCodeCompleteResults();
318 AllocatedCXCodeCompleteResults::AllocatedCXCodeCompleteResults( in AllocatedCXCodeCompleteResults() function in AllocatedCXCodeCompleteResults
339 AllocatedCXCodeCompleteResults::~AllocatedCXCodeCompleteResults() { in ~AllocatedCXCodeCompleteResults()
528 AllocatedCXCodeCompleteResults &AllocatedResults;
534 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults()
709 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteAt_Impl()
710 new AllocatedCXCodeCompleteResults(AST->getFileSystemOpts()); in clang_codeCompleteAt_Impl()
853 AllocatedCXCodeCompleteResults *Results in clang_disposeCodeCompleteResults()
[all …]