| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaCodeComplete.cpp | 262 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 …]
|
| HD | CodeCompleteConsumer.cpp | 329 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/ |
| HD | ImmutableList.h | 151 BumpPtrAllocator& getAllocator() const { in getAllocator() function 163 if (ownsAllocator()) delete &getAllocator(); in ~ImmutableListFactory() 177 BumpPtrAllocator& A = getAllocator(); in concat()
|
| HD | ScopedHashTable.h | 171 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function 172 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function 250 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()
|
| HD | ImmutableSet.h | 381 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(); }
|
| HD | StringMap.h | 241 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/ |
| HD | CodeCompleteConsumer.h | 525 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/ |
| HD | RawCommentList.cpp | 149 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/ |
| HD | IdentifierTable.h | 438 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/ |
| HD | BumpVector.h | 49 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/ |
| HD | ExplodedGraph.cpp | 253 V = G.getAllocator().Allocate<ExplodedNodeVector>(); in addNode() 319 V = (NodeTy*) getAllocator().Allocate<NodeTy>(); in getNode()
|
| HD | RegionStore.cpp | 353 RBFactory(mgr.getAllocator()), CBFactory(mgr.getAllocator()), in RegionStoreManager()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | ExplodedGraph.h | 358 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
|
| HD | CoreEngine.h | 115 BCounterFactory(G.getAllocator()), FunctionSummaries(FS) {} in CoreEngine()
|
| HD | ProgramState.h | 498 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } in getAllocator() function
|
| HD | MemRegion.h | 1152 llvm::BumpPtrAllocator &getAllocator() { return A; } in getAllocator() function
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | YAMLParser.cpp | 1872 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/ |
| HD | HeaderSearch.cpp | 745 copyString(Filename, LookupFileCache.getAllocator()); in LookupFile() 1085 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory() 1086 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | Type.cpp | 454 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName() 483 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName()
|
| HD | Metadata.cpp | 367 StringMapEntry<MDString>::Create(Str, Store.getAllocator(), MDString()); in get()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/ |
| HD | CFG.h | 955 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function 956 return BlkBVC.getAllocator(); in getAllocator()
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | YAMLParser.h | 139 BumpPtrAllocator &getAllocator();
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | IdentifierTable.cpp | 338 HashTable.getAllocator().PrintStats(); in PrintStats()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTUnit.cpp | 2119 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/ |
| HD | CFG.cpp | 1252 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()
|