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

/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h550 CodeCompletionTUInfo &CCTUInfo;
563 CodeCompletionTUInfo &CCTUInfo)
564 : Allocator(Allocator), CCTUInfo(CCTUInfo),
569 CodeCompletionTUInfo &CCTUInfo,
571 : Allocator(Allocator), CCTUInfo(CCTUInfo),
579 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
770 CodeCompletionTUInfo &CCTUInfo,
776 CodeCompletionTUInfo &CCTUInfo,
[all...]
H A DSema.h8936 CodeCompletionTUInfo &CCTUInfo,
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp449 CCTUInfo,
468 CCTUInfo,
518 getAllocator(), CCTUInfo,
H A DSemaCodeComplete.cpp129 CodeCompletionTUInfo &CCTUInfo; member in class:__anon1492::ResultBuilder
173 CodeCompletionTUInfo &CCTUInfo,
176 : SemaRef(SemaRef), Allocator(Allocator), CCTUInfo(CCTUInfo),
264 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
2569 CodeCompletionTUInfo &CCTUInfo,
2572 CCTUInfo, IncludeBriefComments);
2586 CodeCompletionTUInfo &CCTUInfo,
2588 CodeCompletionBuilder Result(Allocator, CCTUInfo, Priority, Availability);
2944 CodeCompletionTUInfo &CCTUInfo,
172 ResultBuilder(Sema &SemaRef, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, const CodeCompletionContext &CompletionContext, LookupFilter Filter = nullptr) argument
2566 CreateCodeCompletionString(Sema &S, const CodeCompletionContext &CCContext, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) argument
2582 CreateCodeCompletionString(ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) argument
2941 CreateSignatureString( unsigned CurrentArg, Sema &S, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) const argument
7503 GatherGlobalCodeCompletions(CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, SmallVectorImpl<CodeCompletionResult> &Results) argument
[all...]
/external/clang/include/clang/Frontend/
H A DASTUnit.h372 if (!CCTUInfo)
373 CCTUInfo.reset(new CodeCompletionTUInfo(
375 return *CCTUInfo;
383 std::unique_ptr<CodeCompletionTUInfo> CCTUInfo; member in class:clang::ASTUnit
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp526 CodeCompletionTUInfo CCTUInfo; member in class:__anon3206::CaptureCompletionResults
534 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator),
636 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo;}
/external/clang/lib/Frontend/
H A DASTUnit.cpp351 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator);
353 CCTUInfo, Results);
365 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
428 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
449 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
2067 CCTUInfo.reset();

Completed in 330 milliseconds