clang API Documentation
Public Member Functions | |
ScopedContextEntry (Parser *P, MatcherCtor C) | |
~ScopedContextEntry () | |
void | nextArg () |
Public Attributes | |
Parser * | P |
Definition at line 272 of file ASTMatchers/Dynamic/Parser.cpp.
clang::ast_matchers::dynamic::Parser::ScopedContextEntry::ScopedContextEntry | ( | Parser * | P, |
MatcherCtor | C | ||
) | [inline] |
Definition at line 275 of file ASTMatchers/Dynamic/Parser.cpp.
Definition at line 279 of file ASTMatchers/Dynamic/Parser.cpp.
References P.
void clang::ast_matchers::dynamic::Parser::ScopedContextEntry::nextArg | ( | ) | [inline] |
Definition at line 283 of file ASTMatchers/Dynamic/Parser.cpp.
References P.
Definition at line 273 of file ASTMatchers/Dynamic/Parser.cpp.