clang 23.0.0git
clang::Sema::PendingPragmaInfo Struct Reference

Information from a C++ #pragma export, for a symbol that we haven't seen the declaration for yet. More...

#include "clang/Sema/Sema.h"

Public Attributes

SourceLocation NameLoc
bool Used

Detailed Description

Information from a C++ #pragma export, for a symbol that we haven't seen the declaration for yet.

Definition at line 2328 of file Sema.h.

Member Data Documentation

◆ NameLoc

SourceLocation clang::Sema::PendingPragmaInfo::NameLoc

Definition at line 2329 of file Sema.h.

Referenced by clang::Sema::ActOnPragmaExport().

◆ Used

bool clang::Sema::PendingPragmaInfo::Used

Definition at line 2330 of file Sema.h.

Referenced by clang::Sema::ActOnPragmaExport().


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