clang 23.0.0git
clang::Preprocessor::PreambleSkipInfo Struct Reference

#include "clang/Lex/Preprocessor.h"

Public Member Functions

 PreambleSkipInfo (SourceLocation HashTokenLoc, SourceLocation IfTokenLoc, bool FoundNonSkipPortion, bool FoundElse, SourceLocation ElseLoc)

Public Attributes

SourceLocation HashTokenLoc
SourceLocation IfTokenLoc
bool FoundNonSkipPortion
bool FoundElse
SourceLocation ElseLoc

Detailed Description

Definition at line 763 of file Preprocessor.h.

Constructor & Destructor Documentation

◆ PreambleSkipInfo()

clang::Preprocessor::PreambleSkipInfo::PreambleSkipInfo ( SourceLocation HashTokenLoc,
SourceLocation IfTokenLoc,
bool FoundNonSkipPortion,
bool FoundElse,
SourceLocation ElseLoc )
inline

Definition at line 770 of file Preprocessor.h.

References ElseLoc, FoundElse, FoundNonSkipPortion, HashTokenLoc, and IfTokenLoc.

Member Data Documentation

◆ ElseLoc

SourceLocation clang::Preprocessor::PreambleSkipInfo::ElseLoc

Definition at line 768 of file Preprocessor.h.

Referenced by PreambleSkipInfo().

◆ FoundElse

bool clang::Preprocessor::PreambleSkipInfo::FoundElse

Definition at line 767 of file Preprocessor.h.

Referenced by PreambleSkipInfo().

◆ FoundNonSkipPortion

bool clang::Preprocessor::PreambleSkipInfo::FoundNonSkipPortion

Definition at line 766 of file Preprocessor.h.

Referenced by PreambleSkipInfo().

◆ HashTokenLoc

SourceLocation clang::Preprocessor::PreambleSkipInfo::HashTokenLoc

Definition at line 764 of file Preprocessor.h.

Referenced by PreambleSkipInfo().

◆ IfTokenLoc

SourceLocation clang::Preprocessor::PreambleSkipInfo::IfTokenLoc

Definition at line 765 of file Preprocessor.h.

Referenced by PreambleSkipInfo().


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