/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 172 AllocatorRefTy getAllocator() { return Allocator; } in getAllocator() function 173 AllocatorCRefTy getAllocator() const { return Allocator; } in getAllocator() function
|
D | StringMap.h | 265 AllocatorRefTy getAllocator() { return Allocator; } in getAllocator() function 266 AllocatorCRefTy getAllocator() const { return Allocator; } in getAllocator() function
|
D | ImmutableList.h | 152 BumpPtrAllocator& getAllocator() const { in getAllocator() function
|
D | ImmutableSet.h | 381 BumpPtrAllocator& getAllocator() const { in getAllocator() function
|
/external/skia/include/images/ |
D | SkImageDecoder.h | 153 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator() function
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | PoolAlloc.h | 294 TPoolAllocator& getAllocator() const { return allocator; } in getAllocator() function
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 506 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function 876 virtual CodeCompletionAllocator &getAllocator() { return Allocator; } in getAllocator() function
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 343 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
|
D | GRState.h | 506 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } in getAllocator() function
|
D | MemRegion.h | 927 llvm::BumpPtrAllocator &getAllocator() { return A; } in getAllocator() function
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 373 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
|
/external/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 502 virtual CodeCompletionAllocator &getAllocator() { in getAllocator() function in __anonc554d9d40111::CaptureCompletionResults
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 667 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 1969 virtual CodeCompletionAllocator &getAllocator() { in getAllocator() function in __anon28a19ef60411::AugmentedCodeCompleteConsumer
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 250 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function in __anon7e2eda2e0111::ResultBuilder
|