Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.h31 using BlockCtorFn = void (*)(Block *Storage, char *FieldPtr, bool IsConst, variable
83 const BlockCtorFn CtorFn = nullptr;
H A DDescriptor.cpp164 static BlockCtorFn getCtorPrim(PrimType Type) { in getCtorPrim()
176 static BlockCtorFn getCtorArrayPrim(PrimType Type) { in getCtorArrayPrim()