Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.h37 using BlockDtorFn = void (*)(Block *Storage, char *FieldPtr, variable
84 const BlockDtorFn DtorFn = nullptr;
H A DDescriptor.cpp168 static BlockDtorFn getDtorPrim(PrimType Type) { in getDtorPrim()
180 static BlockDtorFn getDtorArrayPrim(PrimType Type) { in getDtorArrayPrim()