Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp95 std::optional<DynTypedMatcher> getSingleMatcher() const override { in getSingleMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::SinglePayload
128 std::optional<DynTypedMatcher> getSingleMatcher() const override { in getSingleMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::PolymorphicPayload
193 std::optional<DynTypedMatcher> getSingleMatcher() const override { in getSingleMatcher() function in clang::ast_matchers::dynamic::VariantMatcher::VariadicOpPayload
244 std::optional<DynTypedMatcher> VariantMatcher::getSingleMatcher() const { in getSingleMatcher() function in clang::ast_matchers::dynamic::VariantMatcher
245 return Value ? Value->getSingleMatcher() : std::optional<DynTypedMatcher>(); in getSingleMatcher()
H A DParser.cpp397 NamedValue.getMatcher().getSingleMatcher(); in parseIdentifierPrefixImpl()
916 std::optional<DynTypedMatcher> Result = Value.getMatcher().getSingleMatcher(); in parseMatcherExpression()
H A DRegistry.cpp816 std::optional<DynTypedMatcher> Result = Out.getSingleMatcher(); in constructBoundMatcher()
/freebsd-src/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;