Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h178 return Value->getTypedMatcher(TypedMatcherOps<T>()).hasValue(); in hasTypedMatcher()
201 return Value->getTypedMatcher(TypedMatcherOps<T>()) in getTypedMatcher()
214 template <typename T> struct TypedMatcherOps;
224 struct VariantMatcher::TypedMatcherOps final : VariantMatcher::MatcherOps {
225 TypedMatcherOps() in TypedMatcherOps() function