Home
last modified time | relevance | path

Searched defs:getSingleMatcher (Results 1 – 2 of 2) sorted by relevance

/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
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DParserTest.cpp148 std::optional<DynTypedMatcher> getSingleMatcher(const VariantValue &Value) { in getSingleMatcher() function