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

/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp272 struct Parser::ScopedContextEntry { struct in class:clang::ast_matchers::dynamic::Parser
275 ScopedContextEntry(Parser *P, MatcherCtor C) : P(P) { function in struct:clang::ast_matchers::dynamic::Parser::ScopedContextEntry
279 ~ScopedContextEntry() {
347 ScopedContextEntry SCE(this, Ctor ? *Ctor : nullptr);

Completed in 81 milliseconds