| /llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/ |
| H A D | VariantValueTest.cpp | 190 EXPECT_TRUE(Value.getNodeKind().isSame(ASTNodeKind::getFromNodeKind<Stmt>())); in TEST() 194 EXPECT_TRUE(Value.getNodeKind().isSame( in TEST() 200 Value.getNodeKind().isSame(ASTNodeKind::getFromNodeKind<PointerType>())); in TEST()
|
| /llvm-project-15.0.7/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 | 704 if (Matcher.isConvertibleTo(Kind.getNodeKind(), &Specificity, in getMatcherCompletions() 710 Matcher.getArgKinds(Kind.getNodeKind(), Arg, ArgsKinds[Arg]); in getMatcherCompletions()
|
| H A D | Marshallers.h | 1014 NodeKinds.push_back(Arg.Value.getNodeKind());
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | VariantValue.h | 61 ASTNodeKind getNodeKind() const { in getNodeKind() function 298 const ASTNodeKind &getNodeKind() const;
|
| /llvm-project-15.0.7/clang/lib/Tooling/Transformer/ |
| H A D | RangeSelector.cpp | 196 return typeError(ID, Node->getNodeKind(), "MemberExpr"); in member() 240 return typeError(ID, Node.getNodeKind(), in name() 265 return typeError(ID, N->getNodeKind()); in operator ()()
|
| H A D | RewriteRule.cpp | 325 DNode.getNodeKind().asStringRef()); in rewriteDescendants()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | DumpAST.cpp | 46 llvm::formatv("Dump {0} AST", Node->getNodeKind().asStringRef())); in title()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ContainerSizeEmptyCheck.cpp | 82 return Nodes.getNode(ExprName).getNodeKind().isNone(); in AST_MATCHER()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 365 NodeKind Input::getNodeKind() { in getNodeKind() function in Input 862 NodeKind Output::getNodeKind() { report_fatal_error("invalid call"); } in getNodeKind() function in Output
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ParentMapContext.cpp | 127 if (Node.getNodeKind().hasPointerIdentity()) { in getParents()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | DumpAST.cpp | 426 N.getNodeKind().asStringRef()); in dumpAST()
|
| H A D | Selection.cpp | 552 OS << N.getNodeKind().asStringRef(); in printNodeKind()
|
| H A D | FindTarget.cpp | 53 std::string S = std::string(N.getNodeKind().asStringRef()); in nodeToString()
|
| H A D | XRefs.cpp | 178 *NodeKind = N->ASTNode.getNodeKind(); in getDeclAtPositionWithRelations()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 487 if (ASTNodeKind::getFromNodeKind<Decl>().isBaseOf(Parents[0].getNodeKind())) in getClosestAncestorDecl()
|
| /llvm-project-15.0.7/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 | 886 OS << Node.getNodeKind().asStringRef() << " : "; in dumpNode() 1028 auto Kind = DynNode.getNodeKind(); in matchWithFilter()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTTypeTraits.h | 281 ASTNodeKind getNodeKind() const { return NodeKind; }
|
| /llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 204 assert(!N.ASTNode.getNodeKind().isNone() && in PreTraverse() 687 ASTNodeKind Node::getType() const { return ASTNode.getNodeKind(); } in getType()
|