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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h469 DerivedKind(ast_type_traits::ASTNodeKind::getFromNodeKind<DerivedT>()) {
475 // If Kind is not a base of DerivedKind, either DerivedKind is a base of
477 // DerivedKind are unrelated (in which case it will always fail), so set
481 if (Kind.isSame(DerivedKind) || !Kind.isBaseOf(DerivedKind)) {
492 const ast_type_traits::ASTNodeKind DerivedKind; member in class:clang::ast_matchers::dynamic::internal::DynCastAllOfMatcherDescriptor

Completed in 41 milliseconds