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

A VariantValue instance annotated with its parser context. More...

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

Public Member Functions

 ParserValue ()
 

Public Attributes

StringRef Text
 
SourceRange Range
 
VariantValue Value
 

Detailed Description

A VariantValue instance annotated with its parser context.

Definition at line 42 of file Diagnostics.h.

Constructor & Destructor Documentation

◆ ParserValue()

clang::ast_matchers::dynamic::ParserValue::ParserValue ( )
inline

Definition at line 43 of file Diagnostics.h.

Member Data Documentation

◆ Range

SourceRange clang::ast_matchers::dynamic::ParserValue::Range

◆ Text

StringRef clang::ast_matchers::dynamic::ParserValue::Text

Definition at line 44 of file Diagnostics.h.

◆ Value

VariantValue clang::ast_matchers::dynamic::ParserValue::Value

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