/freebsd/contrib/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
|
/freebsd/contrib/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
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBFile.h | 108 BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpState.h | 106 DynamicAllocator &getAllocator() { return Alloc; } in getAllocator() function
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerGlobalData.h | 90 llvm::parallel::PerThreadBumpPtrAllocator &getAllocator() { in getAllocator() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Tree.h | 38 llvm::BumpPtrAllocator &getAllocator() { return Allocator; } in getAllocator() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 161 BumpPtrAllocator& getAllocator() const { in getAllocator() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 673 CodeCompletionAllocator &getAllocator() const { in getAllocator() function 716 CodeCompletionAllocator &getAllocator() const { return Allocator; } in getAllocator() function 1289 CodeCompletionAllocator &getAllocator() override { in getAllocator() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 64 llvm::BumpPtrAllocator &getAllocator() { return *Alloc.getPointer(); } in getAllocator() function
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | CodeCompletion.cpp | 58 CodeCompletionAllocator &getAllocator() override { return *CCAllocator; } in getAllocator() function in clang::ReplCompletionConsumer
|
/freebsd/contrib/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; } in getAllocator() function
|
H A D | MemRegion.h | 1432 llvm::BumpPtrAllocator &getAllocator() { return A; } in getAllocator() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 682 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 979 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anon6439b5e00111::CodeComplete
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 2003 BumpPtrAllocator &Node::getAllocator() { getAllocator() function in Node
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 1429 llvm::BumpPtrAllocator& getAllocator() { in getAllocator() function
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1989 CodeCompletionAllocator &getAllocator() override { in getAllocator() function in __anone37b80710611::AugmentedCodeCompleteConsumer
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 729 llvm::BumpPtrAllocator &getAllocator() const { in getAllocator() function
|
H A D | OpenMPClause.h | 375 Expr *getAllocator() const { return getStmtAs<Expr>(); } in getAllocator() function 487 Expr *getAllocator() const { return Allocator; } in getAllocator() function
|