clang 22.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 7886 of file Parser.h.
References BraceCount, BracketCount, ParenCount, and clang::Parser::Parser().
Referenced by isActiveOrNested().
Definition at line 7891 of file Parser.h.
References BraceCount, BracketCount, isActive(), ParenCount, and clang::Parser::Parser().
unsigned short clang::Parser::AngleBracketTracker::Loc::BraceCount |
Definition at line 7884 of file Parser.h.
Referenced by isActive(), and isActiveOrNested().
unsigned short clang::Parser::AngleBracketTracker::Loc::BracketCount |
Definition at line 7884 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 7884 of file Parser.h.
Referenced by isActive(), and isActiveOrNested().
AngleBracketTracker::Priority clang::Parser::AngleBracketTracker::Loc::Priority |
Expr* clang::Parser::AngleBracketTracker::Loc::TemplateName |