Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp333 struct Parser::ScopedContextEntry { struct in clang::ast_matchers::dynamic::Parser
336 ScopedContextEntry(Parser *P, MatcherCtor C) : P(P) { in ScopedContextEntry() function
340 ~ScopedContextEntry() { in ~ScopedContextEntry() argument
478 ScopedContextEntry SCE(this, Ctor); in parseMatcherBuilder()
646 ScopedContextEntry SCE(this, Ctor.value_or(nullptr)); in parseMatcherExpressionImpl()
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h244 struct ScopedContextEntry;