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

References

tools/clang/lib/AST/Interp/Descriptor.cpp
  190     : Source(D), ElemSize(primSize(Type)), Size(ElemSize), AllocSize(Size),
  192       CtorFn(getCtorPrim(Type)), DtorFn(getDtorPrim(Type)),
  192       CtorFn(getCtorPrim(Type)), DtorFn(getDtorPrim(Type)),
  193       MoveFn(getMovePrim(Type)) {