record TIdxImportedAstFileInfo

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIdxImportedAstFileInfo = record

Description

Data for IIndexerListener.ImportedAstFile.

Overview

Properties

property AstFile: TFile read GetAstFile;
property Module: TModule read GetModule;
property Loc: TIdxLoc read GetLoc;
property IsImplicit: Boolean read GetIsImplicit;
property Handle: PCXIdxImportedASTFileInfo read FHandle;

Description

Properties

property AstFile: TFile read GetAstFile;

Top level AST file containing the imported PCH, module or submodule.

property Module: TModule read GetModule;

The imported module or Null if the AST file is a PCH.

property Loc: TIdxLoc read GetLoc;

Location where the file is imported. Applicable only for modules.

property IsImplicit: Boolean read GetIsImplicit;

True if an inclusion directive was automatically turned into a module import. Applicable only for modules.

property Handle: PCXIdxImportedASTFileInfo read FHandle;

Internal handle to C API


Generated by PasDocEx, based on PasDoc 0.14.0.