Source position: fpsonar.sourcefile.pp line 53
public procedure TFpSonarSourceFile.Analyze( |
const aFileName: string; |
const aCompilerMode: string; |
const aDefines: array of string |
); overload; |
const aFileName: string; |
const aCompilerMode: string; |
const aDefines: array of string; |
const aUnitPaths: array of string; |
const aIncludePaths: array of string |
); overload; |
const aFileName: string; |
const aCompilerMode: string; |
const aDefines: array of string; |
const aUnitPaths: array of string; |
const aIncludePaths: array of string; |
aRealRtl: Boolean; |
aTargetPointerSize: Integer; |
aDialect: TFpSonarDialect = dlDefault |
); overload; |