Source position: pasresolver.pp line 1262
type TResolvedReferenceFlags = set of ( |
rrfDotScope, |
rrfImplicitCallWithoutParams, |
rrfNoImplicitCallWithoutParams, |
rrfNewInstance, |
rrfFreeInstance, |
rrfVMT, |
rrfConstInherited, |
rrfUseFields |
); |