Searched refs:hasTypedMatcher (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h90 /// - hasTypedMatcher<T>()/getTypedMatcher<T>(): These calls will determine if
93 /// Methods that depend on T from hasTypedMatcher/getTypedMatcher.
176 bool hasTypedMatcher() const { function in class:clang::ast_matchers::dynamic::VariantMatcher
197 /// Asserts that \c hasTypedMatcher<T>() is true.
200 assert(hasTypedMatcher<T>() && "hasTypedMatcher<T>() == false");
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h75 return Value.isMatcher() && Value.getMatcher().hasTypedMatcher<T>();

Completed in 63 milliseconds