Home
last modified time | relevance | path

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

/src/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())
H A DParser.cpp395 assert(NamedValue.isMatcher()); in parseIdentifierPrefixImpl()
912 if (!Value.isMatcher()) { in parseMatcherExpression()
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h302 bool isMatcher() const;