module Synopsis.SourceFile
class MacroCall
A class to support mapping from positions in a preprocessed file back to positions in the original file.
Attributes Summary:
source code
The name of the macro being called.
source code
(line, column) pair indicating the start of the call.
source code
(line, column) pair indicating the end of the call.
source code
(line, column) pair indicating the start of the expansion in the preprocessed file.
source code
(line, column) pair indicating the end of the expansion in the preprocessed file.
Methods Summary:
  __init__(self, name, start, end, expanded_start, expanded_end)
references
source code
Attributes Details:
source code
The name of the macro being called.
source code
(line, column) pair indicating the start of the call.
source code
(line, column) pair indicating the end of the call.
source code
(line, column) pair indicating the start of the expansion in the preprocessed file.
source code
(line, column) pair indicating the end of the expansion in the preprocessed file.