Searched refs:getNodeKind (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | VariantValue.cpp | 302 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 D | Registry.cpp | 720 if (Matcher.isConvertibleTo(Kind.getNodeKind(), &Specificity, in getMatcherCompletions() 726 Matcher.getArgKinds(Kind.getNodeKind(), Arg, ArgsKinds[Arg]); in getMatcherCompletions()
|
H A D | Marshallers.h | 1014 NodeKinds.push_back(Arg.Value.getNodeKind());
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 61 ASTNodeKind getNodeKind() const { in getNodeKind() function 298 const ASTNodeKind &getNodeKind() const;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | RangeSelector.cpp | 189 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 D | RewriteRule.cpp | 341 DNode.getNodeKind().asStringRef()); in rewriteDescendants()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 361 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 D | ParentMapContext.cpp | 146 if (Node.getNodeKind().hasPointerIdentity()) { in getParents()
|