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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h677 CodeCompletionTUInfo &CCTUInfo;
690 CodeCompletionTUInfo &CCTUInfo)
691 : Allocator(Allocator), CCTUInfo(CCTUInfo) {}
694 CodeCompletionTUInfo &CCTUInfo,
696 : Allocator(Allocator), CCTUInfo(CCTUInfo), Priority(Priority),
703 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
942 CodeCompletionTUInfo &CCTUInfo,
948 CodeCompletionTUInfo &CCTUInfo,
[all...]
H A DSema.h12385 CodeCompletionTUInfo &CCTUInfo,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h317 if (!CCTUInfo)
318 CCTUInfo = std::make_unique<CodeCompletionTUInfo>(
320 return *CCTUInfo;
327 std::unique_ptr<CodeCompletionTUInfo> CCTUInfo; member in class:clang::ASTUnit
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp566 SemaRef, Context, getAllocator(), CCTUInfo,
581 SemaRef, Context, getAllocator(), CCTUInfo,
653 CurrentArg, SemaRef, getAllocator(), CCTUInfo,
H A DSemaCodeComplete.cpp158 CodeCompletionTUInfo &CCTUInfo; member in class:__anon782::ResultBuilder
209 CodeCompletionTUInfo &CCTUInfo,
212 : SemaRef(SemaRef), Allocator(Allocator), CCTUInfo(CCTUInfo),
295 CodeCompletionTUInfo &getCodeCompletionTUInfo() const { return CCTUInfo; }
3281 CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo,
3284 CCTUInfo, IncludeBriefComments);
3289 CodeCompletionTUInfo &CCTUInfo) {
3291 CodeCompletionBuilder Result(Allocator, CCTUInfo, Priority, Availability);
3341 CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo,
208 ResultBuilder(Sema &SemaRef, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, const CodeCompletionContext &CompletionContext, LookupFilter Filter = nullptr) argument
3279 CreateCodeCompletionString( Sema &S, const CodeCompletionContext &CCContext, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) argument
3287 CreateCodeCompletionStringForMacro( Preprocessor &PP, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo) argument
3339 CreateCodeCompletionString( ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) argument
3762 CreateSignatureString( unsigned CurrentArg, Sema &S, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) const argument
9556 GatherGlobalCodeCompletions( CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, SmallVectorImpl<CodeCompletionResult> &Results) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp563 CodeCompletionTUInfo CCTUInfo; member in class:__anon1188::CaptureCompletionResults
571 CCTUInfo(Results.CodeCompletionAllocator), TU(TranslationUnit) {}
677 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo;}
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp378 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator);
380 CCTUInfo, Results);
392 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
455 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
476 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
1860 CCTUInfo.reset();

Completed in 208 milliseconds