Searched refs:getNodeKind (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | VariantValue.cpp | 301 setNodeKind(Other.getNodeKind()); in operator =() 396 const ASTNodeKind &VariantValue::getNodeKind() const { in getNodeKind() function in clang::ast_matchers::dynamic::VariantValue 451 return getMatcher().isConvertibleTo(Kind.getNodeKind(), Specificity); in isConvertibleTo() 484 return getNodeKind().asStringRef().str(); in getTypeAsString()
|
| H A D | Registry.cpp | 723 if (Matcher.isConvertibleTo(Kind.getNodeKind(), &Specificity, in getMatcherCompletions() 729 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 | 188 return typeError(ID, Node->getNodeKind(), "MemberExpr"); in member() 234 return typeError(ID, Node.getNodeKind(), in name() 259 return typeError(ID, N->getNodeKind()); in operator ()()
|
| H A D | RewriteRule.cpp | 340 DNode.getNodeKind().asStringRef()); in rewriteDescendants()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 360 NodeKind Input::getNodeKind() { in getNodeKind() function in Input 902 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 | 152 if (Node.getNodeKind().hasPointerIdentity()) { in getParents()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 487 if (ASTNodeKind::getFromNodeKind<Decl>().isBaseOf(Parents[0].getNodeKind())) in getClosestAncestorDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 302 if (RestrictKind.isBaseOf(N.getNodeKind()) && in matches() 330 assert(RestrictKind.isBaseOf(N.getNodeKind())); in matchesNoKindCheck()
|
| H A D | ASTMatchFinder.cpp | 899 OS << Node.getNodeKind().asStringRef() << " : "; in dumpNode() 1041 auto Kind = DynNode.getNodeKind(); in matchWithFilter()
|