Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDescriptor.h41 using BlockDtorFn = void (*)(Block *Storage, std::byte *FieldPtr, variable
179 const BlockDtorFn DtorFn = nullptr;
H A DDescriptor.cpp297 static BlockDtorFn getDtorPrim(PrimType Type) { in getDtorPrim()
329 static BlockDtorFn getDtorArrayPrim(PrimType Type) { in getDtorArrayPrim()