reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  202     N.ASTNode = DynTypedNode::create(*ASTNode);
  203     assert(!N.ASTNode.getNodeKind().isNone() &&
  413   const DynTypedNode &DTN = N.ASTNode;
  687   return ASTNode.getNodeKind();
  693   if (auto *ND = ASTNode.get<NamedDecl>()) {
  701   if (auto *ND = ASTNode.get<NamedDecl>()) {
  997   SourceRange Range = N.ASTNode.getSourceRange();
 1001   if (auto *ThisExpr = N.ASTNode.get<CXXThisExpr>()) {