record TIdxLoc
Unit
Neslib.Clang 
Declaration
type TIdxLoc = record 
Description
Source location passed to IIndexerListener callbacks. 
Overview
Methods
Properties
Description
Methods
procedure GetFileLocation(out AIndexFile: TIdxClientFile; out AFile: TFile; out ALine, AColumn, AOffset: Integer); | 
 
| 
 
Retrieve the TIdxFile, file, line, column, and offset represented by this TIdxLoc.
 If the location refers into a macro expansion, retrieves the location of the macro expansion and if it refers into a macro argument retrieves the location of the argument. 
 |  
 
Properties
property SourceLocation: TSourceLocation read GetSourceLocation; | 
 
| 
 
The source location represented by this TIdxLoc. 
 |  
 
property Handle: TCXIdxLoc read FHandle; | 
 
| 
 
Internal handle to C API 
 |  
 
 Generated by PasDocEx, based on PasDoc 0.14.0. 
 |