Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
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()
DRegistry.cpp680 if (Matcher.isConvertibleTo(Kind.getNodeKind(), &Specificity, in getMatcherCompletions()
686 Matcher.getArgKinds(Kind.getNodeKind(), Arg, ArgsKinds[Arg]); in getMatcherCompletions()
DMarshallers.h1013 NodeKinds.push_back(Arg.Value.getNodeKind());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
DVariantValue.h61 ASTNodeKind getNodeKind() const { in getNodeKind() function
298 const ASTNodeKind &getNodeKind() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
DRangeSelector.cpp196 return typeError(ID, Node->getNodeKind(), "MemberExpr"); in member()
240 return typeError(ID, Node.getNodeKind(), in name()
265 return typeError(ID, N->getNodeKind()); in operator ()()
DRewriteRule.cpp310 DNode.getNodeKind().asStringRef()); in rewriteDescendants()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DYAMLTraits.cpp366 NodeKind Input::getNodeKind() { in getNodeKind() function in Input
860 NodeKind Output::getNodeKind() { report_fatal_error("invalid call"); } in getNodeKind() function in Output
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DParentMapContext.cpp127 if (Node.getNodeKind().hasPointerIdentity()) { in getParents()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRLocFinder.cpp487 if (ASTNodeKind::getFromNodeKind<Decl>().isBaseOf(Parents[0].getNodeKind())) in getClosestAncestorDecl()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTTypeTraits.h265 ASTNodeKind getNodeKind() const { return NodeKind; }
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp303 if (RestrictKind.isBaseOf(N.getNodeKind()) && in matches()
331 assert(RestrictKind.isBaseOf(N.getNodeKind())); in matchesNoKindCheck()
DASTMatchFinder.cpp824 auto Kind = DynNode.getNodeKind(); in matchWithFilter()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp204 assert(!N.ASTNode.getNodeKind().isNone() && in PreTraverse()
687 ASTNodeKind Node::getType() const { return ASTNode.getNodeKind(); } in getType()