/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 262 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 …]
|
D | CodeCompleteConsumer.cpp | 329 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/ |
D | ImmutableList.h | 151 BumpPtrAllocator& getAllocator() const { in getAllocator() function 163 if (ownsAllocator()) delete &getAllocator(); in ~ImmutableListFactory() 177 BumpPtrAllocator& A = getAllocator(); in concat()
|
D | 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()
|
D | 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(); }
|
D | StringMap.h | 240 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function 241 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 525 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/ |
D | 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()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 448 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/ |
D | BumpVector.h | 49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function 223 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity); in grow()
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 1621 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/ |
D | ExplodedGraph.h | 358 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
|
D | CoreEngine.h | 115 BCounterFactory(G.getAllocator()), FunctionSummaries(FS) {} in CoreEngine()
|
D | ProgramState.h | 498 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } in getAllocator() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExplodedGraph.cpp | 253 V = G.getAllocator().Allocate<ExplodedNodeVector>(); in addNode() 319 V = (NodeTy*) getAllocator().Allocate<NodeTy>(); in getNode()
|
/external/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 545 = 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
|
D | CXCursor.cpp | 1289 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString() 1303 unit->getCodeCompletionTUInfo().getAllocator(), in clang_getCursorCompletionString()
|
/external/skia/include/core/ |
D | SkImageDecoder.h | 163 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator() function
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 727 copyString(Filename, LookupFileCache.getAllocator()); in LookupFile() 1059 + LookupFileCache.getAllocator().getTotalMemory() in getTotalMemory() 1060 + FrameworkMap.getAllocator().getTotalMemory(); in getTotalMemory()
|
/external/llvm/lib/IR/ |
D | Type.cpp | 452 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName() 481 ((EntryTy *)SymbolTableEntry)->Destroy(SymbolTable.getAllocator()); in setName()
|
/external/llvm/unittests/ADT/ |
D | StringMapTest.cpp | 203 testMap.getAllocator(), 1u)); in TEST_F()
|
/external/llvm/include/llvm/Support/ |
D | YAMLParser.h | 138 BumpPtrAllocator &getAllocator();
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 954 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function 955 return BlkBVC.getAllocator(); in getAllocator()
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 328 HashTable.getAllocator().PrintStats(); in PrintStats()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2091 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon5a88eb930411::AugmentedCodeCompleteConsumer 2092 return Next.getAllocator(); in getAllocator() 2254 CodeCompletionBuilder Builder(getAllocator(), getCodeCompletionTUInfo(), in ProcessCodeCompleteResults()
|