Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp332 struct Parser::ScopedContextEntry { struct in clang::ast_matchers::dynamic::Parser
335 ScopedContextEntry(Parser *P, MatcherCtor C) : P(P) { in ScopedContextEntry() function
339 ~ScopedContextEntry() { in ~ScopedContextEntry() argument
477 ScopedContextEntry SCE(this, Ctor); in parseMatcherBuilder()
645 ScopedContextEntry SCE(this, Ctor.value_or(nullptr)); in parseMatcherExpressionImpl()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h244 struct ScopedContextEntry;