/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 171 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function 172 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
|
D | StringMap.h | 240 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function 241 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
|
D | ImmutableList.h | 151 BumpPtrAllocator& getAllocator() const { in getAllocator() function
|
D | ImmutableSet.h | 381 BumpPtrAllocator& getAllocator() const { in getAllocator() function
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 49 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
|
/external/skia/include/core/ |
D | SkImageDecoder.h | 163 SkBitmap::Allocator* getAllocator() const { return fAllocator; } in getAllocator() function
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExplodedGraph.h | 358 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
|
D | ProgramState.h | 498 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } in getAllocator() function
|
D | MemRegion.h | 1152 llvm::BumpPtrAllocator &getAllocator() { return A; } in getAllocator() function
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 525 CodeCompletionAllocator &getAllocator() const { in getAllocator() function
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 448 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
|
/external/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 632 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon9e4132710211::CaptureCompletionResults
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 954 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 1621 BumpPtrAllocator &Node::getAllocator() { in getAllocator() function in Node
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 486 llvm::BumpPtrAllocator &getAllocator() const { in getAllocator() function
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2091 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon8e4a31330411::AugmentedCodeCompleteConsumer
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 262 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function in __anoncc4d5a8b0111::ResultBuilder
|