clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::PragmaMark Struct Reference

Represents a #pragma mark in the main file. More...

#include <CollectMacros.h>

Public Attributes

Range Rng
 
std::string Trivia
 

Detailed Description

Represents a #pragma mark in the main file.

There can be at most one pragma mark per line.

Definition at line 97 of file CollectMacros.h.

Member Data Documentation

◆ Rng

Range clang::clangd::PragmaMark::Rng

Definition at line 98 of file CollectMacros.h.

◆ Trivia

std::string clang::clangd::PragmaMark::Trivia

Definition at line 99 of file CollectMacros.h.


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