Source position: fpsonar.resolver.pp line 72
type TFpSonarResolvedType = record
TypeEl: TPasType;
TypeName: string;
Kind: TFpSonarTypeKind;
NamedTypeName: string;
Encoding: TFpSonarStrEncoding;
IntWidth: TFpSonarIntWidth;
end;