webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
pp::SourceLocation Struct Reference

#include <SourceLocation.h>

Public Member Functions

 SourceLocation ()
 
 SourceLocation (int f, int l)
 
bool equals (const SourceLocation &other) const
 

Public Attributes

int file
 
int line
 

Constructor & Destructor Documentation

◆ SourceLocation() [1/2]

pp::SourceLocation::SourceLocation ( )
inline

◆ SourceLocation() [2/2]

pp::SourceLocation::SourceLocation ( int  f,
int  l 
)
inline

Member Function Documentation

◆ equals()

bool pp::SourceLocation::equals ( const SourceLocation other) const
inline

Member Data Documentation

◆ file

int pp::SourceLocation::file

◆ line

int pp::SourceLocation::line

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