Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h185 bool hasTypedMatcher() const { in hasTypedMatcher() function
186 return hasTypedMatcher(ASTNodeKind::getFromNodeKind<T>()); in hasTypedMatcher()
189 bool hasTypedMatcher(ASTNodeKind NK) const { in hasTypedMatcher() function
212 assert(hasTypedMatcher<T>() && "hasTypedMatcher<T>() == false"); in getTypedMatcher()
218 assert(hasTypedMatcher(NK) && "hasTypedMatcher(NK) == false"); in getTypedMatcher()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h87 return Value.getMatcher().hasTypedMatcher<T>();
954 if (VM.hasTypedMatcher(NK)) {