Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h33 using BlockCtorFn = void (*)(Block *Storage, std::byte *FieldPtr, bool IsConst, variable
118 const BlockCtorFn CtorFn = nullptr;
H A DDescriptor.cpp184 static BlockCtorFn getCtorPrim(PrimType Type) { in getCtorPrim()
214 static BlockCtorFn getCtorArrayPrim(PrimType Type) { in getCtorArrayPrim()