clang  3.9.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 272 of file ASTMatchers/Dynamic/Parser.cpp.

Constructor & Destructor Documentation

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

Definition at line 275 of file ASTMatchers/Dynamic/Parser.cpp.

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

Definition at line 279 of file ASTMatchers/Dynamic/Parser.cpp.

References P.

Member Function Documentation

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

Definition at line 283 of file ASTMatchers/Dynamic/Parser.cpp.

References P.

Member Data Documentation

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

Definition at line 273 of file ASTMatchers/Dynamic/Parser.cpp.


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