Home
last modified time | relevance | path

Searched defs:ScopedContextEntry (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp272 struct Parser::ScopedContextEntry { struct in clang::ast_matchers::dynamic::Parser
273 Parser *P;
275 ScopedContextEntry(Parser *P, MatcherCtor C) : P(P) { in ScopedContextEntry() function
279 ~ScopedContextEntry() { in ~ScopedContextEntry()
283 void nextArg() { in nextArg()