Home
last modified time | relevance | path

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

/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp385 Diagnostics::Context Ctx(Diagnostics::Context::ConstructMatcher, Error, in parseIdentifierPrefixImpl()
579 Diagnostics::Context Ctx(Diagnostics::Context::ConstructMatcher, Error, in parseMatcherBuilder()
610 Diagnostics::Context Ctx(Diagnostics::Context::ConstructMatcher, Error, in parseMatcherBuilder()
702 Diagnostics::Context Ctx(Diagnostics::Context::ConstructMatcher, Error, in parseMatcherExpressionImpl()
722 Diagnostics::Context Ctx(Diagnostics::Context::ConstructMatcher, Error, in parseMatcherExpressionImpl()
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h109 enum ConstructMatcherEnum { ConstructMatcher }; enumerator