Searched refs:isMatcher (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp379 bool VariantValue::isMatcher() const { function in class:clang::ast_matchers::dynamic::VariantValue
384 assert(isMatcher());
421 if (!isMatcher())
H A DParser.cpp372 assert(NamedValue.isMatcher());
702 if (!Value.isMatcher()) {
H A DMarshallers.h75 return Value.isMatcher() && Value.getMatcher().hasTypedMatcher<T>();
687 if (!Value.isMatcher()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h293 bool isMatcher() const;

Completed in 126 milliseconds