clang 22.0.0git
clang::concepts::Requirement::SubstitutionDiagnostic Struct Reference

#include "clang/AST/ExprConcepts.h"

Public Attributes

StringRef SubstitutedEntity
SourceLocation DiagLoc
StringRef DiagMessage

Detailed Description

Definition at line 185 of file ExprConcepts.h.

Member Data Documentation

โ—† DiagLoc

SourceLocation clang::concepts::Requirement::SubstitutionDiagnostic::DiagLoc

Definition at line 190 of file ExprConcepts.h.

Referenced by addSubstitutionDiagnostic(), and clang::ASTNodeImporter::import().

โ—† DiagMessage

StringRef clang::concepts::Requirement::SubstitutionDiagnostic::DiagMessage

Definition at line 191 of file ExprConcepts.h.

Referenced by addSubstitutionDiagnostic(), and clang::ASTNodeImporter::import().

โ—† SubstitutedEntity

StringRef clang::concepts::Requirement::SubstitutionDiagnostic::SubstitutedEntity

Definition at line 186 of file ExprConcepts.h.

Referenced by addSubstitutionDiagnostic(), and clang::ASTNodeImporter::import().


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