Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.h31 using BlockCtorFn = void (*)(Block *Storage, char *FieldPtr, bool IsConst, variable
116 const BlockCtorFn CtorFn = nullptr;
H A DDescriptor.cpp172 static BlockCtorFn getCtorPrim(PrimType Type) { in getCtorPrim()
184 static BlockCtorFn getCtorArrayPrim(PrimType Type) { in getCtorArrayPrim()