clang 19.0.0git
Public Attributes | List of all members
clang::PragmaIntroducer Struct Reference

Describes how and where the pragma was introduced. More...

#include "clang/Lex/Pragma.h"

Public Attributes

PragmaIntroducerKind Kind
 
SourceLocation Loc
 

Detailed Description

Describes how and where the pragma was introduced.

Definition at line 51 of file Pragma.h.

Member Data Documentation

◆ Kind

PragmaIntroducerKind clang::PragmaIntroducer::Kind

Definition at line 52 of file Pragma.h.

◆ Loc

SourceLocation clang::PragmaIntroducer::Loc

Definition at line 53 of file Pragma.h.


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