clang 20.0.0git
|
#include "clang/Parse/Parser.h"
Public Member Functions | |
bool | isActive (Parser &P) const |
bool | isActiveOrNested (Parser &P) const |
Public Attributes | |
Expr * | TemplateName |
SourceLocation | LessLoc |
AngleBracketTracker::Priority | Priority |
unsigned short | ParenCount |
unsigned short | BracketCount |
unsigned short | BraceCount |
Definition at line 397 of file Parser.h.
References BraceCount, BracketCount, P, and ParenCount.
Referenced by isActiveOrNested().
Definition at line 402 of file Parser.h.
References BraceCount, BracketCount, isActive(), P, and ParenCount.
unsigned short clang::Parser::AngleBracketTracker::Loc::BraceCount |
Definition at line 395 of file Parser.h.
Referenced by isActive(), and isActiveOrNested().
unsigned short clang::Parser::AngleBracketTracker::Loc::BracketCount |
Definition at line 395 of file Parser.h.
Referenced by isActive(), and isActiveOrNested().
SourceLocation clang::Parser::AngleBracketTracker::Loc::LessLoc |
unsigned short clang::Parser::AngleBracketTracker::Loc::ParenCount |
Definition at line 395 of file Parser.h.
Referenced by isActive(), and isActiveOrNested().
AngleBracketTracker::Priority clang::Parser::AngleBracketTracker::Loc::Priority |
Expr* clang::Parser::AngleBracketTracker::Loc::TemplateName |