clang  5.0.0
Public Member Functions | Public Attributes | List of all members
clang::ast_matchers::dynamic::Parser::ScopedContextEntry Struct Reference
Collaboration diagram for clang::ast_matchers::dynamic::Parser::ScopedContextEntry:
[legend]

Public Member Functions

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

Public Attributes

ParserP
 

Detailed Description

Definition at line 304 of file Parser.cpp.

Constructor & Destructor Documentation

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

Definition at line 307 of file Parser.cpp.

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

Definition at line 311 of file Parser.cpp.

References P.

Member Function Documentation

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

Definition at line 315 of file Parser.cpp.

References P.

Member Data Documentation

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

Definition at line 305 of file Parser.cpp.


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