Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h40 using BlockDtorFn = void (*)(Block *Storage, std::byte *FieldPtr, variable
157 const BlockDtorFn DtorFn = nullptr;
H A DDescriptor.cpp251 static BlockDtorFn getDtorPrim(PrimType Type) { in getDtorPrim()
275 static BlockDtorFn getDtorArrayPrim(PrimType Type) { in getDtorArrayPrim()