Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.h52 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator() function
H A DMergingTypeTableBuilder.h61 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator() function
H A DGlobalTypeTableBuilder.h65 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h118 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
H A DMappedBlockStream.h68 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopedHashTable.h178 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function
179 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
H A DStringMap.h193 AllocatorTy &getAllocator() { return Allocator; } in getAllocator() function
194 const AllocatorTy &getAllocator() const { return Allocator; } in getAllocator() function
H A DImmutableList.h160 BumpPtrAllocator& getAllocator() const { in getAllocator() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h110 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h658 CodeCompletionAllocator &getAllocator() const { in getAllocator() function
701 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function
1197 CodeCompletionAllocator &getAllocator() override { in getAllocator() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTree.h50 llvm::BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/
H A DBumpVector.h55 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h424 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
H A DProgramState.h528 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } in getAllocator() function
H A DMemRegion.h1329 llvm::BumpPtrAllocator &getAllocator() { return A; } in getAllocator() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h523 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp673 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anone15a3c3a0211::CaptureCompletionResults
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp1947 BumpPtrAllocator &Node::getAllocator() { in getAllocator() function in Node
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1433 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h650 llvm::BumpPtrAllocator &getAllocator() const { in getAllocator() function
H A DOpenMPClause.h305 Expr *getAllocator() const { return cast_or_null<Expr>(Allocator); } in getAllocator() function
389 Expr *getAllocator() const { return Allocator; } in getAllocator() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1931 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anonc715c21c0611::AugmentedCodeCompleteConsumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp293 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function in __anon4254e5140111::ResultBuilder
H A DSemaOpenMP.cpp331 Expr *getAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind) const { in getAllocator() function in __anon5b04668f0111::DSAStackTy