clang 20.0.0git
|
#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 |
Definition at line 684 of file Preprocessor.h.
|
inline |
Definition at line 691 of file Preprocessor.h.
SourceLocation clang::Preprocessor::PreambleSkipInfo::ElseLoc |
Definition at line 689 of file Preprocessor.h.
bool clang::Preprocessor::PreambleSkipInfo::FoundElse |
Definition at line 688 of file Preprocessor.h.
bool clang::Preprocessor::PreambleSkipInfo::FoundNonSkipPortion |
Definition at line 687 of file Preprocessor.h.
SourceLocation clang::Preprocessor::PreambleSkipInfo::HashTokenLoc |
Definition at line 685 of file Preprocessor.h.
SourceLocation clang::Preprocessor::PreambleSkipInfo::IfTokenLoc |
Definition at line 686 of file Preprocessor.h.