reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Interp/Descriptor.cpp
  199     : Source(D), ElemSize(primSize(Type)), Size(ElemSize * NumElems),
  202       CtorFn(getCtorArrayPrim(Type)), DtorFn(getDtorArrayPrim(Type)),
  202       CtorFn(getCtorArrayPrim(Type)), DtorFn(getDtorArrayPrim(Type)),
  203       MoveFn(getMoveArrayPrim(Type)) {