Home
last modified time | relevance | path

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

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