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