Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp302 setNodeKind(Other.getNodeKind()); in operator =()
397 const ASTNodeKind &VariantValue::getNodeKind() const { in getNodeKind() function in clang::ast_matchers::dynamic::VariantValue
452 return getMatcher().isConvertibleTo(Kind.getNodeKind(), Specificity); in isConvertibleTo()
485 return getNodeKind().asStringRef().str(); in getTypeAsString()
H A DRegistry.cpp720 if (Matcher.isConvertibleTo(Kind.getNodeKind(), &Specificity, in getMatcherCompletions()
726 Matcher.getArgKinds(Kind.getNodeKind(), Arg, ArgsKinds[Arg]); in getMatcherCompletions()
H A DMarshallers.h1014 NodeKinds.push_back(Arg.Value.getNodeKind());
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h61 ASTNodeKind getNodeKind() const { in getNodeKind() function
298 const ASTNodeKind &getNodeKind() const;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp189 return typeError(ID, Node->getNodeKind(), "MemberExpr"); in member()
235 return typeError(ID, Node.getNodeKind(), in name()
260 return typeError(ID, N->getNodeKind()); in operator ()()
H A DRewriteRule.cpp341 DNode.getNodeKind().asStringRef()); in rewriteDescendants()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp361 NodeKind Input::getNodeKind() { in getNodeKind() function in Input
887 NodeKind Output::getNodeKind() { report_fatal_error("invalid call"); } in getNodeKind() function in Output
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp146 if (Node.getNodeKind().hasPointerIdentity()) { in getParents()