Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h179 return Value->getTypedMatcher(TypedMatcherOps<T>()).hasValue(); in hasTypedMatcher()
202 return Value->getTypedMatcher(TypedMatcherOps<T>()) in getTypedMatcher()
216 template <typename T> struct TypedMatcherOps;
226 struct VariantMatcher::TypedMatcherOps final : VariantMatcher::MatcherOps {
227 TypedMatcherOps() in TypedMatcherOps() function