Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp408 bool VariantValue::isMatcher() const { in isMatcher() function in clang::ast_matchers::dynamic::VariantValue
413 assert(isMatcher()); in getMatcher()
455 if (!isMatcher()) in isConvertibleTo()
H A DMarshallers.h84 return Value.isMatcher();
897 if (!Value.isMatcher()) {
951 if (!Arg.Value.isMatcher())
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h302 bool isMatcher() const;