Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm/Support/
H A DAllocatorBase.h115 Alloc &getAllocator() { return *this; } in getAllocator() function
116 const Alloc &getAllocator() const { return *this; } in getAllocator() function
124 Alloc &getAllocator() { return A; } in getAllocator() function
125 const Alloc &getAllocator() const { return A; } in getAllocator() function
H A DStringSaver.h27 BumpPtrAllocator &getAllocator() const { return Alloc; } in getAllocator() function
/llvm-project/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
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DContext.h32 llvm::BumpPtrAllocator &getAllocator() { return allocator; } in getAllocator() function
/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h119 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
H A DMappedBlockStream.h68 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h108 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerGlobalData.h90 llvm::parallel::PerThreadBumpPtrAllocator &getAllocator() { in getAllocator() function
/llvm-project/clang/unittests/Sema/
H A DCodeCompleteTest.cpp78 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anonf79e3df20111::SaveCompletedFunctions
105 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anonf79e3df20111::VisitedContextFinder
/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h161 BumpPtrAllocator& getAllocator() const { in getAllocator() function
/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTree.h38 llvm::BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1289 return CCTUInfo.getAllocator(); in getAllocator() function
673 CodeCompletionAllocator &getAllocator() const { getAllocator() function
716 CodeCompletionAllocator &getAllocator() const { return Allocator; } getAllocator() function
/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h64 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
/llvm-project/mlir/lib/TableGen/
H A DAttrOrTypeDef.cpp266 std::optional<StringRef> AttrOrTypeParameter::getAllocator() const { getAllocator() function in AttrOrTypeParameter
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.h322 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp58 CodeCompletionAllocator &getAllocator() override { return *CCAllocator; } in getAllocator() function in clang::ReplCompletionConsumer
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h419 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
H A DProgramState.h570 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } getAllocator() function
H A DMemRegion.h1432 llvm::BumpPtrAllocator &getAllocator() { return A; } in getAllocator() function
/llvm-project/clang-tools-extra/clangd/
H A DCodeComplete.cpp967 CodeCompletionAllocator &getAllocator() override { return *CCAllocator; } getAllocator() function
1176 GlobalCodeCompletionAllocator &getAllocator() override { return *Allocator; } getAllocator() function in clang::clangd::__anone5f83fc20111::SignatureHelpCollector
1313 GlobalCodeCompletionAllocator &getAllocator() override { return *Allocator; } getAllocator() function in clang::clangd::__anone5f83fc20111::ParamNameCollector
/llvm-project/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp677 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon018e52220211::CaptureCompletionResults
/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h682 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp979 CodeCompletionAllocator &getAllocator() override { getAllocator() function in __anonaf3468b30111::CodeComplete

12