/llvm-project/llvm/include/llvm/Support/ |
H A D | AllocatorBase.h | 115 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 D | StringSaver.h | 27 BumpPtrAllocator &getAllocator() const { return Alloc; } in getAllocator() function
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | AppendingTypeTableBuilder.h | 52 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator() function
|
H A D | MergingTypeTableBuilder.h | 61 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator() function
|
H A D | GlobalTypeTableBuilder.h | 65 BumpPtrAllocator &getAllocator() { return RecordStorage; } in getAllocator() function
|
/llvm-project/mlir/include/mlir/Tools/PDLL/AST/ |
H A D | Context.h | 32 llvm::BumpPtrAllocator &getAllocator() { return allocator; } in getAllocator() function
|
/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MSFBuilder.h | 119 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
|
H A D | MappedBlockStream.h | 68 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFile.h | 108 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerGlobalData.h | 90 llvm::parallel::PerThreadBumpPtrAllocator &getAllocator() { in getAllocator() function
|
/llvm-project/clang/unittests/Sema/ |
H A D | CodeCompleteTest.cpp | 78 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 D | ImmutableList.h | 161 BumpPtrAllocator& getAllocator() const { in getAllocator() function
|
/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Tree.h | 38 llvm::BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
|
/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 1289 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 D | BumpVector.h | 64 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
|
/llvm-project/mlir/lib/TableGen/ |
H A D | AttrOrTypeDef.cpp | 266 std::optional<StringRef> AttrOrTypeParameter::getAllocator() const { getAllocator() function in AttrOrTypeParameter
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DwarfGenerator.h | 322 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
|
/llvm-project/clang/lib/Interpreter/ |
H A D | CodeCompletion.cpp | 58 CodeCompletionAllocator &getAllocator() override { return *CCAllocator; } in getAllocator() function in clang::ReplCompletionConsumer
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExplodedGraph.h | 419 llvm::BumpPtrAllocator & getAllocator() { return BVC.getAllocator(); } in getAllocator() function
|
H A D | ProgramState.h | 570 llvm::BumpPtrAllocator& getAllocator() { return Alloc; } getAllocator() function
|
H A D | MemRegion.h | 1432 llvm::BumpPtrAllocator &getAllocator() { return A; } in getAllocator() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | CodeComplete.cpp | 967 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 D | CIndexCodeCompletion.cpp | 677 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon018e52220211::CaptureCompletionResults
|
/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 682 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 979 CodeCompletionAllocator &getAllocator() override { getAllocator() function in __anonaf3468b30111::CodeComplete
|