Home
last modified time | relevance | path

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

/src/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());
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h61 ASTNodeKind getNodeKind() const { in getNodeKind() function
298 const ASTNodeKind &getNodeKind() const;
/src/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()
/src/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
/src/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp146 if (Node.getNodeKind().hasPointerIdentity()) { in getParents()
/src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp488 if (ASTNodeKind::getFromNodeKind<Decl>().isBaseOf(Parents[0].getNodeKind())) in getClosestAncestorDecl()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp303 if (RestrictKind.isBaseOf(N.getNodeKind()) && in matches()
331 assert(RestrictKind.isBaseOf(N.getNodeKind())); in matchesNoKindCheck()
H A DASTMatchFinder.cpp897 OS << Node.getNodeKind().asStringRef() << " : "; in dumpNode()
1039 auto Kind = DynNode.getNodeKind(); in matchWithFilter()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTTypeTraits.h289 ASTNodeKind getNodeKind() const { return NodeKind; }
/src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp203 assert(!N.ASTNode.getNodeKind().isNone() && in PreTraverse()
686 ASTNodeKind Node::getType() const { return ASTNode.getNodeKind(); } in getType()