Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h677 CodeCompletionTUInfo &CCTUInfo; variable
690 CodeCompletionTUInfo &CCTUInfo) in CodeCompletionBuilder() argument
691 : Allocator(Allocator), CCTUInfo(CCTUInfo) {} in CodeCompletionBuilder()
694 CodeCompletionTUInfo &CCTUInfo, in CodeCompletionBuilder() argument
696 : Allocator(Allocator), CCTUInfo(CCTUInfo), Priority(Priority), in CodeCompletionBuilder()
942 CodeCompletionTUInfo &CCTUInfo,
956 CodeCompletionTUInfo &CCTUInfo);
1067 CodeCompletionTUInfo &CCTUInfo,
1175 CodeCompletionTUInfo CCTUInfo; variable
1183 CCTUInfo(std::make_shared<GlobalCodeCompletionAllocator>()) {} in PrintingCodeCompleteConsumer()
[all …]
H A DSema.h12385 CodeCompletionTUInfo &CCTUInfo,
/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h317 if (!CCTUInfo) in getCodeCompletionTUInfo()
318 CCTUInfo = std::make_unique<CodeCompletionTUInfo>( in getCodeCompletionTUInfo()
320 return *CCTUInfo; in getCodeCompletionTUInfo()
327 std::unique_ptr<CodeCompletionTUInfo> CCTUInfo; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp566 SemaRef, Context, getAllocator(), CCTUInfo, in ProcessCodeCompleteResults()
581 SemaRef, Context, getAllocator(), CCTUInfo, in ProcessCodeCompleteResults()
653 CurrentArg, SemaRef, getAllocator(), CCTUInfo, in ProcessOverloadCandidates()
H A DSemaCodeComplete.cpp158 CodeCompletionTUInfo &CCTUInfo; member in __anon8eeea52a0111::ResultBuilder
209 CodeCompletionTUInfo &CCTUInfo, in ResultBuilder() argument
212 : SemaRef(SemaRef), Allocator(Allocator), CCTUInfo(CCTUInfo), in ResultBuilder()
3281 CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, in CreateCodeCompletionString() argument
3284 CCTUInfo, IncludeBriefComments); in CreateCodeCompletionString()
3289 CodeCompletionTUInfo &CCTUInfo) { in CreateCodeCompletionStringForMacro() argument
3341 CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, in CreateCodeCompletionString() argument
3344 return CreateCodeCompletionStringForMacro(PP, Allocator, CCTUInfo); in CreateCodeCompletionString()
3764 CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) const { in CreateSignatureString() argument
3772 CodeCompletionBuilder Result(Allocator, CCTUInfo, 1, in CreateSignatureString()
[all …]
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp563 CodeCompletionTUInfo CCTUInfo; member in __anon7f1b8fd00211::CaptureCompletionResults
571 CCTUInfo(Results.CodeCompletionAllocator), TU(TranslationUnit) {} in CaptureCompletionResults()
677 CodeCompletionTUInfo &getCodeCompletionTUInfo() override { return CCTUInfo;} in getCodeCompletionTUInfo()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp378 CodeCompletionTUInfo CCTUInfo(CachedCompletionAllocator); in CacheCodeCompletionResults() local
380 CCTUInfo, Results); in CacheCodeCompletionResults()
392 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
455 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
476 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
1860 CCTUInfo.reset(); in Reparse()