Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp301 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 DRegistry.cpp723 if (Matcher.isConvertibleTo(Kind.getNodeKind(), &Specificity, in getMatcherCompletions()
729 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.cpp188 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 DRewriteRule.cpp340 DNode.getNodeKind().asStringRef()); in rewriteDescendants()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp360 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 DParentMapContext.cpp152 if (Node.getNodeKind().hasPointerIdentity()) { in getParents()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp487 if (ASTNodeKind::getFromNodeKind<Decl>().isBaseOf(Parents[0].getNodeKind())) in getClosestAncestorDecl()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp302 if (RestrictKind.isBaseOf(N.getNodeKind()) && in matches()
330 assert(RestrictKind.isBaseOf(N.getNodeKind())); in matchesNoKindCheck()
H A DASTMatchFinder.cpp899 OS << Node.getNodeKind().asStringRef() << " : "; in dumpNode()
1041 auto Kind = DynNode.getNodeKind(); in matchWithFilter()