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

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

Public Member Functions

 SourceLocation ()=default
 

Public Attributes

unsigned Line = 0
 
unsigned Column = 0
 

Detailed Description

Definition at line 30 of file Diagnostics.h.

Constructor & Destructor Documentation

◆ SourceLocation()

clang::ast_matchers::dynamic::SourceLocation::SourceLocation ( )
default

Member Data Documentation

◆ Column

unsigned clang::ast_matchers::dynamic::SourceLocation::Column = 0

Definition at line 33 of file Diagnostics.h.

◆ Line

unsigned clang::ast_matchers::dynamic::SourceLocation::Line = 0

Definition at line 32 of file Diagnostics.h.


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