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

References

tools/clang/lib/AST/Interp/Block.h
   59   InterpSize getSize() const { return Desc->getAllocSize(); }
tools/clang/lib/AST/Interp/Descriptor.h
   56   const InterpSize ElemSize;
   58   const InterpSize Size;
   60   const InterpSize AllocSize;
tools/clang/lib/AST/Interp/Program.cpp
  326         InterpSize ElemSize = Desc->getAllocSize() + sizeof(InlineDescriptor);