Home
last modified time | relevance | path

Searched refs:getSingleMatcher (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp94 std::optional<DynTypedMatcher> getSingleMatcher() const override { in getSingleMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::SinglePayload
127 std::optional<DynTypedMatcher> getSingleMatcher() const override { in getSingleMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::PolymorphicPayload
192 std::optional<DynTypedMatcher> getSingleMatcher() const override { in getSingleMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::VariadicOpPayload
243 std::optional<DynTypedMatcher> VariantMatcher::getSingleMatcher() const { in getSingleMatcher() function in clang::ast_matchers::dynamic::VariantMatcher
244 return Value ? Value->getSingleMatcher() : std::optional<DynTypedMatcher>(); in getSingleMatcher()
H A DParser.cpp396 NamedValue.getMatcher().getSingleMatcher(); in parseIdentifierPrefixImpl()
915 std::optional<DynTypedMatcher> Result = Value.getMatcher().getSingleMatcher(); in parseMatcherExpression()
H A DRegistry.cpp819 std::optional<DynTypedMatcher> Result = Out.getSingleMatcher(); in constructBoundMatcher()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h135 virtual std::optional<DynTypedMatcher> getSingleMatcher() const = 0;
174 std::optional<DynTypedMatcher> getSingleMatcher() const;