Home
last modified time | relevance | path

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

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