Searched refs:CodeCompletionAllocator (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 498 class CodeCompletionAllocator : public llvm::BumpPtrAllocator { 519 : public CodeCompletionAllocator, 537 CodeCompletionAllocator &getAllocator() const { in getAllocator() 561 CodeCompletionAllocator &Allocator; 574 CodeCompletionBuilder(CodeCompletionAllocator &Allocator, 580 CodeCompletionBuilder(CodeCompletionAllocator &Allocator, 589 CodeCompletionAllocator &getAllocator() const { return Allocator; } 780 CodeCompletionAllocator &Allocator, 785 CodeCompletionAllocator &Allocator, 887 CodeCompletionAllocator &Allocator, [all …]
|
| H A D | Sema.h | 94 class CodeCompletionAllocator; variable 8479 void GatherGlobalCodeCompletions(CodeCompletionAllocator &Allocator,
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndexCodeCompletion.cpp | 291 CodeCompletionAllocator; member 334 CodeCompletionAllocator(new clang::GlobalCodeCompletionAllocator), in AllocatedCXCodeCompleteResults() 540 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator), in CaptureCompletionResults() 637 CodeCompletionAllocator &getAllocator() override { in getAllocator() 638 return *AllocatedResults.CodeCompletionAllocator; in getAllocator()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 254 const char *CodeCompletionAllocator::CopyString(StringRef String) { in CopyString() 261 const char *CodeCompletionAllocator::CopyString(Twine String) { in CopyString()
|
| H A D | SemaCodeComplete.cpp | 127 CodeCompletionAllocator &Allocator; 172 explicit ResultBuilder(Sema &SemaRef, CodeCompletionAllocator &Allocator, in ResultBuilder() 262 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() 1472 CodeCompletionAllocator &Allocator) { in GetCompletionTypeString() 1504 CodeCompletionAllocator &Allocator = Results.getAllocator(); in addThisCompletion() 1520 CodeCompletionAllocator &Allocator = Results.getAllocator(); in AddOrdinaryNameResults() 2514 CodeCompletionAllocator &Allocator, in CreateCodeCompletionString() 2530 CodeCompletionAllocator &Allocator, in CreateCodeCompletionString() 2819 CodeCompletionAllocator &Allocator, in CreateSignatureString() 3168 CodeCompletionAllocator &Allocator = Results.getAllocator(); in CodeCompleteModuleImport() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 2109 CodeCompletionAllocator &getAllocator() override { in getAllocator()
|