Searched defs:getAllocator (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h118 BumpPtrAllocator &getAllocator() { return Allocator; } function in class:llvm::msf::MSFBuilder
H A DMappedBlockStream.h68 BumpPtrAllocator &getAllocator() { return Allocator; } function in class:llvm::msf::MappedBlockStream
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.h61 BumpPtrAllocator &getAllocator() { return RecordStorage; } function in class:llvm::codeview::MergingTypeTableBuilder
H A DAppendingTypeTableBuilder.h52 BumpPtrAllocator &getAllocator() { return RecordStorage; } function in class:llvm::codeview::AppendingTypeTableBuilder
H A DGlobalTypeTableBuilder.h65 BumpPtrAllocator &getAllocator() { return RecordStorage; } function in class:llvm::codeview::GlobalTypeTableBuilder
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h110 BumpPtrAllocator &getAllocator() { return Allocator; } function in class:llvm::pdb::PDBFile
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableList.h160 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImmutableListFactory
H A DScopedHashTable.h178 AllocatorTy &getAllocator() { return Allocator; } function in class:llvm::ScopedHashTable
179 const AllocatorTy &getAllocator() const { return Allocator; } function in class:llvm::ScopedHashTable
H A DStringMap.h193 AllocatorTy &getAllocator() { return Allocator; } function in class:llvm::StringMap
194 const AllocatorTy &getAllocator() const { return Allocator; } function in class:llvm::StringMap
H A DImmutableSet.h389 BumpPtrAllocator& getAllocator() const { function in class:llvm::ImutAVLFactory
1029 BumpPtrAllocator& getAllocator() { return F.getAllocator(); } function in class:llvm::ImmutableSet::Factory
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/
H A DBumpVector.h55 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } function in class:clang::BumpVectorContext
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTree.h50 llvm::BumpPtrAllocator &getAllocator() { return Allocator; } function in class:clang::syntax::Arena
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h424 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } function in class:clang::ento::ExplodedGraph
H A DProgramState.h528 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } function in class:clang::ento::ProgramStateManager
H A DMemRegion.h1329 llvm::BumpPtrAllocator &getAllocator() { return A; } function in class:clang::ento::MemRegionManager
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h523 llvm::BumpPtrAllocator& getAllocator() { function in class:clang::IdentifierTable
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp1947 BumpPtrAllocator &Node::getAllocator() { function in class:Node
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h650 llvm::BumpPtrAllocator &getAllocator() const { function in class:clang::ASTContext
H A DOpenMPClause.h305 Expr *getAllocator() const { return cast_or_null<Expr>(Allocator); } function in class:clang::OMPAllocatorClause
389 Expr *getAllocator() const { return Allocator; } function in class:clang::final
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp293 CodeCompletionAllocator &getAllocator() const { return Allocator; } function in class:__anon782::ResultBuilder
[all...]

Completed in 190 milliseconds