Searched refs:getNodeKind (Results 1 – 13 of 13) sorted by relevance
| /src/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());
|
| /src/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;
|
| /src/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()
|
| /src/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
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ParentMapContext.cpp | 146 if (Node.getNodeKind().hasPointerIdentity()) { in getParents()
|
| /src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 488 if (ASTNodeKind::getFromNodeKind<Decl>().isBaseOf(Parents[0].getNodeKind())) in getClosestAncestorDecl()
|
| /src/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 303 if (RestrictKind.isBaseOf(N.getNodeKind()) && in matches() 331 assert(RestrictKind.isBaseOf(N.getNodeKind())); in matchesNoKindCheck()
|
| H A D | ASTMatchFinder.cpp | 897 OS << Node.getNodeKind().asStringRef() << " : "; in dumpNode() 1039 auto Kind = DynNode.getNodeKind(); in matchWithFilter()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTTypeTraits.h | 289 ASTNodeKind getNodeKind() const { return NodeKind; }
|
| /src/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 203 assert(!N.ASTNode.getNodeKind().isNone() && in PreTraverse() 686 ASTNodeKind Node::getType() const { return ASTNode.getNodeKind(); } in getType()
|