Home
last modified time | relevance | path

Searched refs:getAllocator (Results 1 – 25 of 28) sorted by relevance

12

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp262 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function in __anonedb641820111::ResultBuilder
1296 CodeCompletionBuilder Builder(Results.getAllocator(), in AddTypeSpecifierResults()
1412 CodeCompletionBuilder Builder(Results.getAllocator(), in AddTypedefResult()
1506 CodeCompletionAllocator &Allocator = Results.getAllocator(); in addThisCompletion()
1522 CodeCompletionAllocator &Allocator = Results.getAllocator(); in AddOrdinaryNameResults()
2101 Result.getAllocator())); in AddResultTypeChunk()
2315 CodeCompletionBuilder Opt(Result.getAllocator(), in AddFunctionParameterChunks()
2339 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
2410 CodeCompletionBuilder Opt(Result.getAllocator(), in AddTemplateParameterChunks()
2429 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()
[all …]
HDCodeCompleteConsumer.cpp329 void *Mem = getAllocator().Allocate( in TakeString()
448 getAllocator(), in ProcessCodeCompleteResults()
467 getAllocator(), in ProcessCodeCompleteResults()
518 getAllocator(), CCTUInfo, in ProcessOverloadCandidates()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDImmutableList.h151 BumpPtrAllocator& getAllocator() const { in getAllocator() function
163 if (ownsAllocator()) delete &getAllocator(); in ~ImmutableListFactory()
177 BumpPtrAllocator& A = getAllocator(); in concat()
HDScopedHashTable.h171 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function
172 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
250 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()
HDImmutableSet.h381 BumpPtrAllocator& getAllocator() const { in getAllocator() function
397 if (ownsAllocator()) delete &getAllocator(); in ~ImutAVLFactory()
462 BumpPtrAllocator& A = getAllocator(); in createNode()
1030 BumpPtrAllocator& getAllocator() { return F.getAllocator(); }
HDStringMap.h241 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function
242 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDCodeCompleteConsumer.h525 CodeCompletionAllocator &getAllocator() const { in getAllocator() function
577 CodeCompletionAllocator &getAllocator() const { return Allocator; }
937 virtual CodeCompletionAllocator &getAllocator() = 0;
967 CodeCompletionAllocator &getAllocator() override {
968 return CCTUInfo.getAllocator();
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRawCommentList.cpp149 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(), in parse()
153 comments::Sema S(Context.getAllocator(), Context.getSourceManager(), in parse()
158 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(), in parse()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h438 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
439 return HashTable.getAllocator(); in getAllocator()
458 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in get()
489 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in getOwn()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Support/
HDBumpVector.h49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
223 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity); in grow()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExplodedGraph.cpp253 V = G.getAllocator().Allocate<ExplodedNodeVector>(); in addNode()
319 V = (NodeTy*) getAllocator().Allocate<NodeTy>(); in getNode()
HDRegionStore.cpp353 RBFactory(mgr.getAllocator()), CBFactory(mgr.getAllocator()), in RegionStoreManager()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExplodedGraph.h358 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
HDCoreEngine.h115 BCounterFactory(G.getAllocator()), FunctionSummaries(FS) {} in CoreEngine()
HDProgramState.h498 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } in getAllocator() function
HDMemRegion.h1152 llvm::BumpPtrAllocator &getAllocator() { return A; } in getAllocator() function
/NextBSD/contrib/llvm/lib/Support/
HDYAMLParser.cpp1872 BumpPtrAllocator &Node::getAllocator() { in getAllocator() function in Node
2071 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2080 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2092 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2102 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2107 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2115 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2139 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDHeaderSearch.cpp745 copyString(Filename, LookupFileCache.getAllocator()); in LookupFile()
1085 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
1086 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/NextBSD/contrib/llvm/lib/IR/
HDType.cpp454 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName()
483 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName()
HDMetadata.cpp367 StringMapEntry<MDString>::Create(Str, Store.getAllocator(), MDString()); in get()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDCFG.h955 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
956 return BlkBVC.getAllocator(); in getAllocator()
/NextBSD/contrib/llvm/include/llvm/Support/
HDYAMLParser.h139 BumpPtrAllocator &getAllocator();
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp338 HashTable.getAllocator().PrintStats(); in PrintStats()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp2119 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon6f0221ca0411::AugmentedCodeCompleteConsumer
2120 return Next.getAllocator(); in getAllocator()
2282 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCFG.cpp1252 llvm::BumpPtrAllocator &alloc = cfg->getAllocator(); in createOrReuseLocalScope()
2005 void *Mem = cfg->getAllocator().Allocate(sizeof(DeclStmt), A); in VisitDeclStmt()
3777 CFGBlock *Mem = getAllocator().Allocate<CFGBlock>(); in createBlock()

12