clang 17.0.0git
Public Member Functions | Public Attributes | List of all members
clang::ast_matchers::dynamic::SourceLocation Struct Reference

#include "clang/ASTMatchers/Dynamic/Diagnostics.h"

Collaboration diagram for clang::ast_matchers::dynamic::SourceLocation:
Collaboration graph
[legend]

Public Member Functions

 SourceLocation ()
 

Public Attributes

unsigned Line
 
unsigned Column
 

Detailed Description

Definition at line 30 of file Diagnostics.h.

Constructor & Destructor Documentation

◆ SourceLocation()

clang::ast_matchers::dynamic::SourceLocation::SourceLocation ( )
inline

Definition at line 31 of file Diagnostics.h.

Member Data Documentation

◆ Column

unsigned clang::ast_matchers::dynamic::SourceLocation::Column

Definition at line 33 of file Diagnostics.h.

◆ Line

unsigned clang::ast_matchers::dynamic::SourceLocation::Line

Definition at line 32 of file Diagnostics.h.


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