Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp270 static BlockCtorFn getCtorArrayPrim(PrimType Type) { in getCtorArrayPrim() function
305 IsArray(true), CtorFn(getCtorArrayPrim(Type)), in Descriptor()
318 CtorFn(getCtorArrayPrim(Type)), DtorFn(getDtorArrayPrim(Type)), in Descriptor()