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

References

tools/clang/lib/AST/ASTContext.cpp
 2433   const auto &Layout = Context.getASTRecordLayout(RD);
 2446             Context, Base.getType()->castAs<RecordType>()->getDecl());
 2460       int64_t BaseOffset = Context.toBits(
 2471         !Context.hasUniqueObjectRepresentations(Field->getType()))
 2475         Context.toBits(Context.getTypeSizeInChars(Field->getType()));
 2475         Context.toBits(Context.getTypeSizeInChars(Field->getType()));
 2477       int64_t BitfieldSize = Field->getBitWidthValue(Context);
 2484     int64_t FieldOffsetInBits = Context.getFieldOffset(Field);