Searched refs:getNodeKind (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| 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()
|
| D | Registry.cpp | 680 if (Matcher.isConvertibleTo(Kind.getNodeKind(), &Specificity, in getMatcherCompletions() 686 Matcher.getArgKinds(Kind.getNodeKind(), Arg, ArgsKinds[Arg]); in getMatcherCompletions()
|
| D | Marshallers.h | 1013 NodeKinds.push_back(Arg.Value.getNodeKind());
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| D | VariantValue.h | 61 ASTNodeKind getNodeKind() const { in getNodeKind() function 298 const ASTNodeKind &getNodeKind() const;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| 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 ()()
|
| D | RewriteRule.cpp | 310 DNode.getNodeKind().asStringRef()); in rewriteDescendants()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | YAMLTraits.cpp | 366 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/ |
| D | ParentMapContext.cpp | 127 if (Node.getNodeKind().hasPointerIdentity()) { in getParents()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| D | USRLocFinder.cpp | 487 if (ASTNodeKind::getFromNodeKind<Decl>().isBaseOf(Parents[0].getNodeKind())) in getClosestAncestorDecl()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | ASTTypeTraits.h | 265 ASTNodeKind getNodeKind() const { return NodeKind; }
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/ |
| D | ASTMatchersInternal.cpp | 303 if (RestrictKind.isBaseOf(N.getNodeKind()) && in matches() 331 assert(RestrictKind.isBaseOf(N.getNodeKind())); in matchesNoKindCheck()
|
| D | ASTMatchFinder.cpp | 824 auto Kind = DynNode.getNodeKind(); in matchWithFilter()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
| D | ASTDiff.cpp | 204 assert(!N.ASTNode.getNodeKind().isNone() && in PreTraverse() 687 ASTNodeKind Node::getType() const { return ASTNode.getNodeKind(); } in getType()
|