Home
last modified time | relevance | path

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

12

/external/clang/lib/Sema/
DSemaCodeComplete.cpp262 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function in __anonaebf90eb0111::ResultBuilder
1298 CodeCompletionBuilder Builder(Results.getAllocator(), in AddTypeSpecifierResults()
1409 CodeCompletionBuilder Builder(Results.getAllocator(), in AddTypedefResult()
1503 CodeCompletionAllocator &Allocator = Results.getAllocator(); in addThisCompletion()
1519 CodeCompletionAllocator &Allocator = Results.getAllocator(); in AddOrdinaryNameResults()
2085 Result.getAllocator())); in AddResultTypeChunk()
2264 CodeCompletionBuilder Opt(Result.getAllocator(), in AddFunctionParameterChunks()
2289 Result.getAllocator().CopyString(PlaceholderStr)); in AddFunctionParameterChunks()
2360 CodeCompletionBuilder Opt(Result.getAllocator(), in AddTemplateParameterChunks()
2379 Result.getAllocator().CopyString(PlaceholderStr)); in AddTemplateParameterChunks()
[all …]
DCodeCompleteConsumer.cpp329 void *Mem = getAllocator().Allocate( in TakeString()
447 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(), in ProcessCodeCompleteResults()
465 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(), in ProcessCodeCompleteResults()
516 getAllocator(), CCTUInfo, in ProcessOverloadCandidates()
/external/llvm/include/llvm/ADT/
DImmutableList.h151 BumpPtrAllocator& getAllocator() const { in getAllocator() function
163 if (ownsAllocator()) delete &getAllocator(); in ~ImmutableListFactory()
177 BumpPtrAllocator& A = getAllocator(); in concat()
DScopedHashTable.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()
DImmutableSet.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(); }
DStringMap.h240 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function
241 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h525 CodeCompletionAllocator &getAllocator() const { in getAllocator() function
577 CodeCompletionAllocator &getAllocator() const { return Allocator; }
935 virtual CodeCompletionAllocator &getAllocator() = 0;
965 CodeCompletionAllocator &getAllocator() override {
966 return CCTUInfo.getAllocator();
/external/clang/lib/AST/
DRawCommentList.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()
/external/clang/include/clang/Basic/
DIdentifierTable.h448 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
449 return HashTable.getAllocator(); in getAllocator()
468 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in get()
499 void *Mem = getAllocator().Allocate<IdentifierInfo>(); in getOwn()
/external/clang/include/clang/Analysis/Support/
DBumpVector.h49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
223 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity); in grow()
/external/llvm/lib/Support/
DYAMLParser.cpp1621 BumpPtrAllocator &Node::getAllocator() { in getAllocator() function in Node
1820 return Key = new (getAllocator()) NullNode(Doc); in getKey()
1829 return Key = new (getAllocator()) NullNode(Doc); in getKey()
1841 return Value = new (getAllocator()) NullNode(Doc); in getValue()
1851 return Value = new (getAllocator()) NullNode(Doc); in getValue()
1856 return Value = new (getAllocator()) NullNode(Doc); in getValue()
1864 return Value = new (getAllocator()) NullNode(Doc); in getValue()
1888 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h358 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
DCoreEngine.h115 BCounterFactory(G.getAllocator()), FunctionSummaries(FS) {} in CoreEngine()
DProgramState.h498 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } in getAllocator() function
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp253 V = G.getAllocator().Allocate<ExplodedNodeVector>(); in addNode()
319 V = (NodeTy*) getAllocator().Allocate<NodeTy>(); in getNode()
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp545 = Results[I].CreateCodeCompletionString(S, getAllocator(), in ProcessCodeCompleteResults()
621 = Candidates[I].CreateSignatureString(CurrentArg, S, getAllocator(), in ProcessOverloadCandidates()
632 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon4832e0d10211::CaptureCompletionResults
DCXCursor.cpp1289 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString()
1303 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString()
/external/skia/include/core/
DSkImageDecoder.h163 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator() function
/external/clang/lib/Lex/
DHeaderSearch.cpp727 copyString(Filename, LookupFileCache.getAllocator()); in LookupFile()
1059 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory()
1060 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
/external/llvm/lib/IR/
DType.cpp452 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName()
481 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName()
/external/llvm/unittests/ADT/
DStringMapTest.cpp203 testMap.getAllocator(), 1u)); in TEST_F()
/external/llvm/include/llvm/Support/
DYAMLParser.h138 BumpPtrAllocator &getAllocator();
/external/clang/include/clang/Analysis/
DCFG.h954 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
955 return BlkBVC.getAllocator(); in getAllocator()
/external/clang/lib/Basic/
DIdentifierTable.cpp328 HashTable.getAllocator().PrintStats(); in PrintStats()
/external/clang/lib/Frontend/
DASTUnit.cpp2091 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon5a88eb930411::AugmentedCodeCompleteConsumer
2092 return Next.getAllocator(); in getAllocator()
2254 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()

12