Source position: pasresolver.pp line 1252
type TResolvedReferenceFlag = (
rrfDotScope,
rrfImplicitCallWithoutParams,
rrfNoImplicitCallWithoutParams,
rrfNewInstance,
rrfFreeInstance,
rrfVMT,
rrfConstInherited,
rrfUseFields
);