Home
last modified time | relevance | path

Searched refs:DescAllocator (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDynamicAllocator.h92 PoolAllocTy DescAllocator; variable
96 return new (DescAllocator) Descriptor(std::forward<Ts>(Args)...); in allocateDescriptor()