Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp395 bool VariantValue::isNodeKind() const { return Type == VT_NodeKind; } in isNodeKind() function in clang::ast_matchers::dynamic::VariantValue
398 assert(isNodeKind()); in getNodeKind()
450 if (!isNodeKind()) in isConvertibleTo()
H A DMarshallers.h1012 if (!Arg.Value.isNodeKind())
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h297 bool isNodeKind() const;