Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp304 setMatcher(Other.getMatcher()); in operator =()
411 const VariantMatcher &VariantValue::getMatcher() const { in getMatcher() function in clang::ast_matchers::dynamic::VariantValue
451 return getMatcher().isConvertibleTo(Kind.getNodeKind(), Specificity); in isConvertibleTo()
456 return getMatcher().isConvertibleTo(Kind.getMatcherKind(), Specificity); in isConvertibleTo()
479 case VT_Matcher: return getMatcher().getTypeAsString(); in getTypeAsString()
H A DMarshallers.h88 return Value.getMatcher().hasTypedMatcher<T>();
92 return Value.getMatcher().getTypedMatcher<T>();
901 InnerArgs.push_back(Value.getMatcher());
952 const VariantMatcher &VM = Arg.Value.getMatcher();
H A DParser.cpp399 NamedValue.getMatcher().getSingleMatcher(); in parseIdentifierPrefixImpl()
919 Value.getMatcher().getSingleMatcher(); in parseMatcherExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h303 const VariantMatcher &getMatcher() const;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d32 @trusted CharMatcher getMatcher(CodepointSet set) in getMatcher() function
H A Dparser.d338 auto t = getMatcher(set); in charsetToIr()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d32 @trusted CharMatcher getMatcher(CodepointSet set) in getMatcher() function
H A Dparser.d257 auto t = getMatcher(set); in charsetToIr()