|
clang 23.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 739 of file Preprocessor.h.
|
inline |
Definition at line 746 of file Preprocessor.h.
References ElseLoc, FoundElse, FoundNonSkipPortion, HashTokenLoc, and IfTokenLoc.
| SourceLocation clang::Preprocessor::PreambleSkipInfo::ElseLoc |
Definition at line 744 of file Preprocessor.h.
Referenced by PreambleSkipInfo().
| bool clang::Preprocessor::PreambleSkipInfo::FoundElse |
Definition at line 743 of file Preprocessor.h.
Referenced by PreambleSkipInfo().
| bool clang::Preprocessor::PreambleSkipInfo::FoundNonSkipPortion |
Definition at line 742 of file Preprocessor.h.
Referenced by PreambleSkipInfo().
| SourceLocation clang::Preprocessor::PreambleSkipInfo::HashTokenLoc |
Definition at line 740 of file Preprocessor.h.
Referenced by PreambleSkipInfo().
| SourceLocation clang::Preprocessor::PreambleSkipInfo::IfTokenLoc |
Definition at line 741 of file Preprocessor.h.
Referenced by PreambleSkipInfo().