Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp335 struct Parser::ScopedContextEntry { struct in clang::ast_matchers::dynamic::Parser
338 ScopedContextEntry(Parser *P, MatcherCtor C) : P(P) { in ScopedContextEntry() argument
342 ~ScopedContextEntry() { in ~ScopedContextEntry() argument
480 ScopedContextEntry SCE(this, Ctor); in parseMatcherBuilder()
648 ScopedContextEntry SCE(this, Ctor.value_or(nullptr)); in parseMatcherExpressionImpl()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h244 struct ScopedContextEntry;