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

References

tools/clang/lib/CodeGen/CodeGenTypes.cpp
  780   if (!Layout) {
  785     Layout = CGRecordLayouts.lookup(Key);
  788   assert(Layout && "Unable to find record layout information for type");
  789   return *Layout;