clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::ast_matchers::dynamic::Parser::ScopedContextEntry Struct Reference

Public Member Functions

 ScopedContextEntry (Parser *P, MatcherCtor C)
 
 ~ScopedContextEntry ()
 
void nextArg ()
 

Public Attributes

ParserP
 

Detailed Description

Definition at line 333 of file Parser.cpp.

Constructor & Destructor Documentation

◆ ScopedContextEntry()

clang::ast_matchers::dynamic::Parser::ScopedContextEntry::ScopedContextEntry ( Parser P,
MatcherCtor  C 
)
inline

Definition at line 336 of file Parser.cpp.

References P.

◆ ~ScopedContextEntry()

clang::ast_matchers::dynamic::Parser::ScopedContextEntry::~ScopedContextEntry ( )
inline

Definition at line 340 of file Parser.cpp.

References P.

Member Function Documentation

◆ nextArg()

void clang::ast_matchers::dynamic::Parser::ScopedContextEntry::nextArg ( )
inline

Definition at line 344 of file Parser.cpp.

References P.

Member Data Documentation

◆ P

Parser* clang::ast_matchers::dynamic::Parser::ScopedContextEntry::P

Definition at line 334 of file Parser.cpp.


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