clang-tags
C/C++ source code indexing tool based on libclang
 All Classes Functions Variables Typedefs Groups Pages
Public Attributes | List of all members
LibClang::SourceLocation::Position Struct Reference

Physical position in the source code. More...

#include <sourceLocation.hxx>

Public Attributes

std::string file
 file name
unsigned int line
 line number
unsigned int column
 column number
unsigned int offset
 offset in characters since the file beginning

Detailed Description

Physical position in the source code.

A physical source location is identified by a file name, and a position inside the file, which can be one of:


The documentation for this struct was generated from the following file: