Searched refs:getNodeKind (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp182 return typeError(ID, Node->getNodeKind(), "MemberExpr");
218 return typeError(ID, Node.getNodeKind(),
243 return typeError(ID, N->getNodeKind());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp470 Parents[0].getNodeKind()))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTTypeTraits.h263 ASTNodeKind getNodeKind() const { return NodeKind; } function in class:clang::ast_type_traits::DynTypedNode
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp242 if (RestrictKind.isBaseOf(N.getNodeKind()) &&
261 assert(RestrictKind.isBaseOf(N.getNodeKind()));
H A DASTMatchFinder.cpp616 auto Kind = DynNode.getNodeKind();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp356 NodeKind Input::getNodeKind() { function in class:Input
830 NodeKind Output::getNodeKind() { report_fatal_error("invalid call"); } function in class:Output
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp203 assert(!N.ASTNode.getNodeKind().isNone() &&
687 return ASTNode.getNodeKind();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h788 virtual NodeKind getNodeKind() = 0;
1110 : io.getNodeKind()) {
1433 NodeKind getNodeKind() override;
1580 NodeKind getNodeKind() override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1076 if (Node.getNodeKind().hasPointerIdentity())

Completed in 314 milliseconds