Searched defs:AstNode (Results 1 – 2 of 2) sorted by relevance
102 struct AstNode { struct110 AstNode(Kind kind, SourcePosition pos) : kind(kind), pos(pos) {} in AstNode() argument119 static bool IsInstanceOf(AstNode* node); argument
123 class AstNode; variable