Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DScopedHashTable.h172 AllocatorRefTy getAllocator() { return Allocator; } in getAllocator() function
173 AllocatorCRefTy getAllocator() const { return Allocator; } in getAllocator() function
DStringMap.h265 AllocatorRefTy getAllocator() { return Allocator; } in getAllocator() function
266 AllocatorCRefTy getAllocator() const { return Allocator; } in getAllocator() function
DImmutableList.h152 BumpPtrAllocator& getAllocator() const { in getAllocator() function
DImmutableSet.h381 BumpPtrAllocator& getAllocator() const { in getAllocator() function
/external/skia/include/images/
DSkImageDecoder.h153 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator() function
/external/clang/include/clang/Analysis/Support/
DBumpVector.h49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.h294 TPoolAllocator& getAllocator() const { return allocator; } in getAllocator() function
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h506 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function
876 virtual CodeCompletionAllocator &getAllocator() { return Allocator; } in getAllocator() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h343 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
DGRState.h506 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } in getAllocator() function
DMemRegion.h927 llvm::BumpPtrAllocator &getAllocator() { return A; } in getAllocator() function
/external/clang/include/clang/Basic/
DIdentifierTable.h373 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp502 virtual CodeCompletionAllocator &getAllocator() { in getAllocator() function in __anonc554d9d40111::CaptureCompletionResults
/external/clang/include/clang/Analysis/
DCFG.h667 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
/external/clang/lib/Frontend/
DASTUnit.cpp1969 virtual CodeCompletionAllocator &getAllocator() { in getAllocator() function in __anon28a19ef60411::AugmentedCodeCompleteConsumer
/external/clang/lib/Sema/
DSemaCodeComplete.cpp250 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function in __anon7e2eda2e0111::ResultBuilder