Home
last modified time | relevance | path

Searched defs:getAllocator (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm/ADT/
DScopedHashTable.h171 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function
172 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
DStringMap.h240 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function
241 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
DImmutableList.h151 BumpPtrAllocator& getAllocator() const { in getAllocator() function
DImmutableSet.h381 BumpPtrAllocator& getAllocator() const { in getAllocator() function
/external/clang/include/clang/Analysis/Support/
DBumpVector.h49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
/external/skia/include/core/
DSkImageDecoder.h163 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h358 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
DProgramState.h498 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } in getAllocator() function
DMemRegion.h1152 llvm::BumpPtrAllocator &getAllocator() { return A; } in getAllocator() function
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h525 CodeCompletionAllocator &getAllocator() const { in getAllocator() function
/external/clang/include/clang/Basic/
DIdentifierTable.h448 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp632 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon9e4132710211::CaptureCompletionResults
/external/clang/include/clang/Analysis/
DCFG.h954 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
/external/llvm/lib/Support/
DYAMLParser.cpp1621 BumpPtrAllocator &Node::getAllocator() { in getAllocator() function in Node
/external/clang/include/clang/AST/
DASTContext.h486 llvm::BumpPtrAllocator &getAllocator() const { in getAllocator() function
/external/clang/lib/Frontend/
DASTUnit.cpp2091 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon8e4a31330411::AugmentedCodeCompleteConsumer
/external/clang/lib/Sema/
DSemaCodeComplete.cpp262 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function in __anoncc4d5a8b0111::ResultBuilder