Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.cpp176 static BlockCtorFn getCtorArrayPrim(PrimType Type) { in getCtorArrayPrim() function
202 CtorFn(getCtorArrayPrim(Type)), DtorFn(getDtorArrayPrim(Type)), in Descriptor()
211 IsTemporary(IsTemporary), IsArray(true), CtorFn(getCtorArrayPrim(Type)), in Descriptor()