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

References

tools/clang/lib/Tooling/Syntax/Nodes.cpp
   15   case NodeKind::Leaf:
tools/clang/lib/Tooling/Syntax/Tree.cpp
   33 syntax::Leaf::Leaf(const syntax::Token *Tok) : Node(NodeKind::Leaf), Tok(Tok) {
   38   return N->kind() == NodeKind::Leaf;
   45 bool syntax::Tree::classof(const Node *N) { return N->kind() > NodeKind::Leaf; }